File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ securityContext:
180
180
181
181
# # コンテナにセキュリティコンテキストを設定する
182
182
183
- コンテナに対してセキュリティ設定を行うには、コンテナマニフェストに`securityContext`フィールドを含んでください 。`securityContext`フィールドには[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)オブジェクトが入ります。
183
+ コンテナに対してセキュリティ設定を行うには、コンテナマニフェストに`securityContext`フィールドを含めてください 。`securityContext`フィールドには[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)オブジェクトが入ります。
184
184
コンテナに指定したセキュリティ設定は個々のコンテナに対してのみ反映され、Podレベルの設定を上書きします。コンテナの設定はPodのボリュームに対しては影響しません。
185
185
186
186
こちらは一つのコンテナを持つPodの設定ファイルです。Podもコンテナも`securityContext`フィールドを含んでいます。
You can’t perform that action at this time.
0 commit comments