Skip to content

Commit

Permalink
docs: Add more limitations for AKS-CC storage
Browse files Browse the repository at this point in the history
Updates our docs to mention a limitation related to securityContext.
I've reproed this locally for local storage, and Azure Disk is most
likely affected too as the transport is the same.

Signed-off-by: Aurélien Bombo <[email protected]>
  • Loading branch information
sprt committed Oct 1, 2024
1 parent 3a0ca4e commit 531e32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/how-to/how-to-enable-storage-in-confidential-pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 531e32e

Please sign in to comment.