Merge pull request #31202 from rsalmond/patch-1

Fix broken link to grpc liveness probe yaml
This commit is contained in:
Kubernetes Prow Robot
2022-01-04 21:26:32 -08:00
committed by GitHub
@@ -248,7 +248,7 @@ To try the gRPC liveness check, create a Pod using the command below.
In the example below, the etcd pod is configured to use gRPC liveness probe.
```shell
kubectl apply -f https://k8s.io/examples/pods/probe/content/en/examples/pods/probe/grpc-liveness.yaml
kubectl apply -f https://k8s.io/examples/pods/probe/grpc-liveness.yaml
```
After 15 seconds, view Pod events to verify that the liveness check has not failed: