Skip to content

Commit 36bf436

Browse files
authored
Fix broken link to grpc liveness probe yaml
1 parent bc21cd5 commit 36bf436

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)