File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ Services will always have the `ready` condition set to `true`.
96
96
97
97
# ### Serving
98
98
99
- {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
99
+ {{< feature-state for_k8s_version="v1.26 " state="stable " >}}
100
100
101
- ` serving` is identical to the `ready` condition, except it does not account for terminating states.
102
- Consumers of the EndpointSlice API should check this condition if they care about pod readiness while
101
+ The `serving` condition is almost identical to the `ready` condition. The difference is that
102
+ consumers of the EndpointSlice API should check the `serving` condition if they care about pod readiness while
103
103
the pod is also terminating.
104
104
105
105
{{< note >}}
You can’t perform that action at this time.
0 commit comments