Skip to content

Commit a6fcb58

Browse files
authored
Update gRPC probes status to stable (#42731)
1 parent c131136 commit a6fcb58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ kubectl describe pod goproxy
232232

233233
## Define a gRPC liveness probe
234234

235-
{{< feature-state for_k8s_version="v1.24" state="beta" >}}
235+
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
236236

237237
If your application implements the
238238
[gRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md),
@@ -285,7 +285,7 @@ When migrating from grpc-health-probe to built-in probes, remember the following
285285
`127.0.0.1`. Be sure to configure your gRPC endpoint to listen on the Pod's IP address.
286286
- Built-in probes do not support any authentication parameters (like `-tls`).
287287
- There are no error codes for built-in probes. All errors are considered as probe failures.
288-
- If `ExecProbeTimeout` feature gate is set to `false`, grpc-health-probe does **not**
288+
- If `ExecProbeTimeout` feature gate is set to `false`, grpc-health-probe does **not**
289289
respect the `timeoutSeconds` setting (which defaults to 1s), while built-in probe would fail on timeout.
290290

291291
## Use a named port
@@ -525,15 +525,15 @@ unusually long time to restart when a Pod-level `terminationGracePeriodSeconds`
525525
was set.
526526

527527
In 1.25 and above, users can specify a probe-level `terminationGracePeriodSeconds`
528-
as part of the probe specification. When both a pod- and probe-level
528+
as part of the probe specification. When both a pod- and probe-level
529529
`terminationGracePeriodSeconds` are set, the kubelet will use the probe-level value.
530530

531531
{{< note >}}
532532
Beginning in Kubernetes 1.25, the `ProbeTerminationGracePeriod` feature is enabled
533533
by default. For users choosing to disable this feature, please note the following:
534534

535-
* The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
536-
The kubelet always honors the probe-level `terminationGracePeriodSeconds` field if
535+
* The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
536+
The kubelet always honors the probe-level `terminationGracePeriodSeconds` field if
537537
it is present on a Pod.
538538

539539
* If you have existing Pods where the `terminationGracePeriodSeconds` field is set and

0 commit comments

Comments
 (0)