diff --git a/docs/how-to/how-to-enable-storage-in-confidential-pods.md b/docs/how-to/how-to-enable-storage-in-confidential-pods.md index c6467ce5a271..54e88d2868da 100644 --- a/docs/how-to/how-to-enable-storage-in-confidential-pods.md +++ b/docs/how-to/how-to-enable-storage-in-confidential-pods.md @@ -127,6 +127,8 @@ cc-managed-csi-premium cc.disk.csi.azure.com Delete WaitForFirstConsumer true 35 * [`volumeMode: Block`](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode) is not supported. + * Specifying `securityContext.runAsUser` or `securityContext.fsGroup` + in the pod spec is not supported. ### Quick testing @@ -388,6 +390,8 @@ cc-local-csi cc.local.csi.azure.com Delete WaitForFirstConsumer t * [`volumeMode: Block`](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode) has not been tested. + * Specifying `securityContext.runAsUser` or `securityContext.fsGroup` + in the pod spec is not supported. ### Notes