From c36dd9b672cf7202acbb81b09f7eee93650cf5a1 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Thu, 1 Dec 2022 10:13:18 -0500 Subject: [PATCH] endpointslice docs: use lower case for conditions Signed-off-by: Andrew Sy Kim --- .../en/docs/concepts/services-networking/endpoint-slices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/services-networking/endpoint-slices.md b/content/en/docs/concepts/services-networking/endpoint-slices.md index 39d019f0d9d6e..dc918041722de 100644 --- a/content/en/docs/concepts/services-networking/endpoint-slices.md +++ b/content/en/docs/concepts/services-networking/endpoint-slices.md @@ -87,8 +87,8 @@ The three conditions are `ready`, `serving`, and `terminating`. #### Ready -`ready` is a condition that maps to a Pod's `Ready` condition. A running Pod with the `Ready` -condition set to `True` should have this EndpointSlice condition also set to `true`. For +`ready` is a condition that maps to a Pod's `ready` condition. A running Pod with the `ready` +condition set to `true` should have this EndpointSlice condition also set to `true`. For compatibility reasons, `ready` is NEVER `true` when a Pod is terminating. Consumers should refer to the `serving` condition to inspect the readiness of terminating Pods. The only exception to this rule is for Services with `spec.publishNotReadyAddresses` set to `true`. Endpoints for these @@ -117,7 +117,7 @@ for terminating pods independent of the existing semantics for `ready`. {{< feature-state for_k8s_version="v1.26" state="stable" >}} -`Terminating` is a condition that indicates whether an endpoint is terminating. +`terminating` is a condition that indicates whether an endpoint is terminating. For pods, this is any pod that has a deletion timestamp set. ### Topology information {#topology}