Pods count should be part of object-count's spec. (#16859)
Pods count was added in compute-resources spec which should be in objects-count spec as we're passing count of pods in the definition.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a6c0b0c698
commit
45c0769b54
@@ -401,7 +401,6 @@ metadata:
|
|||||||
name: compute-resources
|
name: compute-resources
|
||||||
spec:
|
spec:
|
||||||
hard:
|
hard:
|
||||||
pods: "4"
|
|
||||||
requests.cpu: "1"
|
requests.cpu: "1"
|
||||||
requests.memory: 1Gi
|
requests.memory: 1Gi
|
||||||
limits.cpu: "2"
|
limits.cpu: "2"
|
||||||
@@ -424,6 +423,7 @@ spec:
|
|||||||
hard:
|
hard:
|
||||||
configmaps: "10"
|
configmaps: "10"
|
||||||
persistentvolumeclaims: "4"
|
persistentvolumeclaims: "4"
|
||||||
|
pods: "4"
|
||||||
replicationcontrollers: "20"
|
replicationcontrollers: "20"
|
||||||
secrets: "10"
|
secrets: "10"
|
||||||
services: "10"
|
services: "10"
|
||||||
@@ -456,7 +456,6 @@ Resource Used Hard
|
|||||||
-------- ---- ----
|
-------- ---- ----
|
||||||
limits.cpu 0 2
|
limits.cpu 0 2
|
||||||
limits.memory 0 2Gi
|
limits.memory 0 2Gi
|
||||||
pods 0 4
|
|
||||||
requests.cpu 0 1
|
requests.cpu 0 1
|
||||||
requests.memory 0 1Gi
|
requests.memory 0 1Gi
|
||||||
requests.nvidia.com/gpu 0 4
|
requests.nvidia.com/gpu 0 4
|
||||||
@@ -473,6 +472,7 @@ Resource Used Hard
|
|||||||
-------- ---- ----
|
-------- ---- ----
|
||||||
configmaps 0 10
|
configmaps 0 10
|
||||||
persistentvolumeclaims 0 4
|
persistentvolumeclaims 0 4
|
||||||
|
pods 0 4
|
||||||
replicationcontrollers 0 20
|
replicationcontrollers 0 20
|
||||||
secrets 1 10
|
secrets 1 10
|
||||||
services 0 10
|
services 0 10
|
||||||
|
|||||||
Reference in New Issue
Block a user