File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Initコンテナは下記の項目をのぞいて、通常のコンテナと全
22
22
23
23
もしあるPodの単一のInitコンテナが失敗した場合、Kubeletは成功するまで何度もそのInitコンテナを再起動します。しかし、もしそのPodの` restartPolicy ` がNeverで、そのPodの起動時にInitコンテナが失敗した場合、KubernetesはそのPod全体を失敗として扱います。
24
24
25
- PodにInitコンテナを指定するためには、[ Podの仕様] ( /docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec ) に` initContainers ` フィールドを` containers ` アイテムの配列として指定してください (アプリケーションの` containers ` フィールドとそのコンテンツに似ています)。
25
+ PodにInitコンテナを指定するためには、[ Podの仕様] ( /docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec ) に` initContainers ` フィールドを` container ` アイテムの配列として追加してください (アプリケーションの` containers ` フィールドとそのコンテンツに似ています)。
26
26
詳細については、APIリファレンスの[ Container] ( /docs/reference/kubernetes-api/workload-resources/pod-v1/#Container ) を参照してください。
27
27
28
28
You can’t perform that action at this time.
0 commit comments