File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,16 @@ There are two possible values:
171
171
- ` onstart ` : The APIService should be reconciled when an API server starts up, but not otherwise.
172
172
- ` true ` : The API server should reconcile this APIService continuously.
173
173
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
+
174
184
### kubernetes.io/hostname {#kubernetesiohostname}
175
185
176
186
Example: ` kubernetes.io/hostname: "ip-172-20-114-199.ec2.internal" `
You can’t perform that action at this time.
0 commit comments