Skip to content

Commit

Permalink
Registered service.alpha.kubernetes.io/tolerate-unready-endpoints Ann…
Browse files Browse the repository at this point in the history
…otation
  • Loading branch information
kartik494 committed Jan 27, 2023
1 parent c2c438d commit d5190a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/en/docs/reference/labels-annotations-taints/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ There are two possible values:
- `onstart`: The APIService should be reconciled when an API server starts up, but not otherwise.
- `true`: The API server should reconcile this APIService continuously.

### service.alpha.kubernetes.io/tolerate-unready-endpoints (deprecated)

Used on: StatefulSet

This annotation on the Service is denoting if the endpoints controller should go ahead and create endpoints for unready pods.
Endpoints of these Services retain their DNS records and continue receiving traffic for the Service from the moment the kubelet starts all containers in the pod and marks it "Running", till the kubelet stops all containers and deletes the pod from the apiserver.

### kubernetes.io/hostname {#kubernetesiohostname}

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

0 comments on commit d5190a0

Please sign in to comment.