Merge pull request #45839 from spurin/ja_equivalent_for_pr_45837
[ja] Switch liveness image to multi-arch agnhost container imagepull/45996/head
commit
5b644f1379
|
@ -117,7 +117,7 @@ liveness-exec 1/1 Running 1 1m
|
|||
## HTTPリクエストによるLiveness Probeを定義する {#define-a-liveness-http-request}
|
||||
|
||||
別の種類のLiveness Probeでは、HTTP GETリクエストを使用します。
|
||||
次の構成ファイルは、`registry.k8s.io/liveness`イメージを使用したコンテナを起動するPodを作成します。
|
||||
次の構成ファイルは、`registry.k8s.io/e2e-test-images/agnhost`イメージを使用したコンテナを起動するPodを作成します。
|
||||
|
||||
{{% codenew file="pods/probe/http-liveness.yaml" %}}
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: liveness
|
||||
image: registry.k8s.io/liveness
|
||||
image: registry.k8s.io/e2e-test-images/agnhost:2.40
|
||||
args:
|
||||
- /server
|
||||
- liveness
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
Loading…
Reference in New Issue