Skip to content

Commit bf39ea5

Browse files
authored
Merge pull request #31202 from rsalmond/patch-1
Fix broken link to grpc liveness probe yaml
2 parents e223a55 + 36bf436 commit bf39ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ To try the gRPC liveness check, create a Pod using the command below.
248248
In the example below, the etcd pod is configured to use gRPC liveness probe.
249249

250250
```shell
251-
kubectl apply -f https://k8s.io/examples/pods/probe/content/en/examples/pods/probe/grpc-liveness.yaml
251+
kubectl apply -f https://k8s.io/examples/pods/probe/grpc-liveness.yaml
252252
```
253253

254254
After 15 seconds, view Pod events to verify that the liveness check has not failed:

0 commit comments

Comments
 (0)