File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Services will always have the `ready` condition set to `true`.
108
108
109
109
# ### Serving
110
110
111
- {{< feature-state for_k8s_version="v1.20 " state="alpha " >}}
111
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
112
112
113
113
` serving` is identical to the `ready` condition, except it does not account for terminating states.
114
114
Consumers of the EndpointSlice API should check this condition if they care about pod readiness while
@@ -127,7 +127,7 @@ for terminating pods independent of the existing semantics for `ready`.
127
127
128
128
# ### Terminating
129
129
130
- {{< feature-state for_k8s_version="v1.20 " state="alpha " >}}
130
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
131
131
132
132
` Terminating` is a condition that indicates whether an endpoint is terminating.
133
133
For pods, this is any pod that has a deletion timestamp set.
You can’t perform that action at this time.
0 commit comments