Skip to content

Commit

Permalink
feat: [anthos-bm-gcp-terraform] set nfs-csi rwx (#568)
Browse files Browse the repository at this point in the history
* feat: [anthos-bm-gcp-terraform] set nfs-csi rwx

* Update anthos-bm-gcp-terraform/resources/install_abm.sh

Co-authored-by: Shabir Mohamed Abdul Samadh <[email protected]>

---------

Co-authored-by: Shabir Mohamed Abdul Samadh <[email protected]>
  • Loading branch information
apeabody and Shabirmean authored Feb 8, 2023
1 parent 38a88c4 commit e6ec6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anthos-bm-gcp-terraform/resources/install_abm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ if [ "$NFS_SERVER" == "true" ]; then
echo ""
echo "[+] Configuring NFS Container Storage Interface complete!"
echo "[+] You may utilize with [storageClassName: nfs-csi]"
echo "[+] If using VM Runtime, after enabling the VM Runtime run the following command:"
echo "[+] [kubectl patch StorageProfile nfs-csi --type=merge -p '{\"spec\":{\"claimPropertySets\":[{\"accessModes\":[\"ReadWriteMany\"]}]}}']"
echo ""
fi

Expand Down

0 comments on commit e6ec6a4

Please sign in to comment.