File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/tasks/configure-pod-container Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ liveness-exec 1/1 Running 1 1m
140
140
## Define a liveness HTTP request
141
141
142
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/liveness ` image.
143
+ file for a Pod that runs a container based on the ` registry.k8s.io/e2e-test-images/agnhost ` image.
144
144
145
145
{{% code_sample file="pods/probe/http-liveness.yaml" %}}
146
146
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ metadata:
7
7
spec :
8
8
containers :
9
9
- name : liveness
10
- image : registry.k8s.io/liveness
10
+ image : registry.k8s.io/e2e-test-images/agnhost:2.40
11
11
args :
12
- - /server
12
+ - liveness
13
13
livenessProbe :
14
14
httpGet :
15
15
path : /healthz
You can’t perform that action at this time.
0 commit comments