Skip to content

Commit 5b644f1

Browse files
authored
Merge pull request #45839 from spurin/ja_equivalent_for_pr_45837
[ja] Switch liveness image to multi-arch agnhost container image
2 parents 579bedc + e316c6c commit 5b644f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/ja/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
@@ -117,7 +117,7 @@ liveness-exec 1/1 Running 1 1m
117117
## HTTPリクエストによるLiveness Probeを定義する {#define-a-liveness-http-request}
118118

119119
別の種類のLiveness Probeでは、HTTP GETリクエストを使用します。
120-
次の構成ファイルは、`registry.k8s.io/liveness`イメージを使用したコンテナを起動するPodを作成します。
120+
次の構成ファイルは、`registry.k8s.io/e2e-test-images/agnhost`イメージを使用したコンテナを起動するPodを作成します。
121121

122122
{{% codenew file="pods/probe/http-liveness.yaml" %}}
123123

content/ja/examples/pods/probe/http-liveness.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
spec:
88
containers:
99
- name: liveness
10-
image: registry.k8s.io/liveness
10+
image: registry.k8s.io/e2e-test-images/agnhost:2.40
1111
args:
12-
- /server
12+
- liveness
1313
livenessProbe:
1414
httpGet:
1515
path: /healthz

0 commit comments

Comments
 (0)