Skip to content

Commit cd11e0b

Browse files
150k pods per cluster limit
1 parent d8caded commit cd11e0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

keps/sig-apps/4017-pod-index-label/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,7 @@ Describe them, providing:
767767
- Estimated amount of new objects: (e.g., new Object X for every existing Pod)
768768
-->
769769
New pod label of size 34B plus value of size N where N is the number of digits in the pod ordinal.
770-
Worst case for N would be the max number of pods per node * max number of nodes. Per the docs on [large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/) this would be 110 pods/node * 5000 nodes = 550,000 (6 digits).
771-
772-
So max label size would be 34 + 6 = 40B.
770+
Worst case for N would be the max number of pods per cluster. Per the docs on [large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/) this is 150,000 (6 digits). So max label size would be 34 + 6 = 40B.
773771

774772
###### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?
775773

0 commit comments

Comments
 (0)