We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c0797 commit 2a6ec81Copy full SHA for 2a6ec81
content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
@@ -140,7 +140,7 @@ liveness-exec 1/1 Running 1 1m
140
## Define a liveness HTTP request
141
142
Another kind of liveness probe uses an HTTP GET request. Here is the configuration
143
-file for a Pod that runs a container based on the `registry.k8s.io/e2e-test-images/agnhost:2.40` image.
+file for a Pod that runs a container based on the `registry.k8s.io/e2e-test-images/agnhost` image.
144
145
{{% code_sample file="pods/probe/http-liveness.yaml" %}}
146
0 commit comments