Merge pull request #45839 from spurin/ja_equivalent_for_pr_45837

[ja] Switch liveness image to multi-arch agnhost container image
pull/45996/head
Kubernetes Prow Robot 2024-04-23 08:33:06 -07:00 committed by GitHub
commit 5b644f1379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ liveness-exec 1/1 Running 1 1m
## HTTPリクエストによるLiveness Probeを定義する {#define-a-liveness-http-request} ## HTTPリクエストによるLiveness Probeを定義する {#define-a-liveness-http-request}
別の種類のLiveness Probeでは、HTTP GETリクエストを使用します。 別の種類のLiveness Probeでは、HTTP GETリクエストを使用します。
次の構成ファイルは、`registry.k8s.io/liveness`イメージを使用したコンテナを起動するPodを作成します。 次の構成ファイルは、`registry.k8s.io/e2e-test-images/agnhost`イメージを使用したコンテナを起動するPodを作成します。
{{% codenew file="pods/probe/http-liveness.yaml" %}} {{% codenew file="pods/probe/http-liveness.yaml" %}}

View File

@ -7,9 +7,9 @@ metadata:
spec: spec:
containers: containers:
- name: liveness - name: liveness
image: registry.k8s.io/liveness image: registry.k8s.io/e2e-test-images/agnhost:2.40
args: args:
- /server - liveness
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz