Skip to content

Commit 1672e3a

Browse files
Kartik SharmatengqmTim Bannister
authored
Register service.alpha.kubernetes.io/tolerate-unready-endpoints Ann… (#39122)
* Registered service.alpha.kubernetes.io/tolerate-unready-endpoints Annotation * Update content/en/docs/reference/labels-annotations-taints/_index.md Co-authored-by: Qiming Teng <[email protected]> * Update content/en/docs/reference/labels-annotations-taints/_index.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 626633a commit 1672e3a

File tree

1 file changed

+10
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+10
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@ There are two possible values:
171171
- `onstart`: The APIService should be reconciled when an API server starts up, but not otherwise.
172172
- `true`: The API server should reconcile this APIService continuously.
173173

174+
### service.alpha.kubernetes.io/tolerate-unready-endpoints (deprecated)
175+
176+
Used on: StatefulSet
177+
178+
This annotation on a Service denotes if the Endpoints controller should go ahead and create Endpoints for unready Pods.
179+
Endpoints of these Services retain their DNS records and continue receiving
180+
traffic for the Service from the moment the kubelet starts all containers in the pod
181+
and marks it _Running_, til the kubelet stops all containers and deletes the pod from
182+
the API server.
183+
174184
### kubernetes.io/hostname {#kubernetesiohostname}
175185

176186
Example: `kubernetes.io/hostname: "ip-172-20-114-199.ec2.internal"`

0 commit comments

Comments
 (0)