Update security-context.md (#5075)

* Update security-context.md

* Update security-context.md
This commit is contained in:
Weibin Lin
2017-08-22 06:48:56 +08:00
committed by Andrew Chen
parent e0f0a3ab73
commit ec7116258d
@@ -332,7 +332,7 @@ need to set the `level` section. This sets the
[Multi-Category Security (MCS)](https://selinuxproject.org/page/NB_MLS)
label given to all Containers in the Pod as well as the Volumes.
**Warning:** After you specify an MCS label for a Pod, all Pods with the same label will able to access the Volume. So if you need inter-Pod protection, you must ensure each Pod is assigned a unique MCS label.
**Warning:** After you specify an MCS label for a Pod, all Pods with the same label can access the Volume. If you need inter-Pod protection, you must assign a unique MCS label to each Pod.
{: .warning}
{% endcapture %}