Merge branch 'dev-1.22' into merged-master-dev-1.22

This commit is contained in:
PI-Victor
2021-07-28 18:14:25 +03:00
committed by GitHub
9 changed files with 602 additions and 33 deletions
@@ -263,11 +263,11 @@ The value of the annotation is the container name that is default for this Pod.
## endpoints.kubernetes.io/over-capacity
Example: `endpoints.kubernetes.io/over-capacity:warning`
Example: `endpoints.kubernetes.io/over-capacity:truncated`
Used on: Endpoints
In Kubernetes clusters v1.21 (or later), the Endpoints controller adds this annotation to an Endpoints resource if it has more than 1000 endpoints. The annotation indicates that the Endpoints resource is over capacity.
In Kubernetes clusters v1.22 (or later), the Endpoints controller adds this annotation to an Endpoints resource if it has more than 1000 endpoints. The annotation indicates that the Endpoints resource is over capacity and the number of endpoints has been truncated to 1000.
## batch.kubernetes.io/job-tracking