mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-02 01:27:58 +00:00
06391b6dd9
If the special parameter "$@" is not quoted, the following command will not work:
./kubectl.sh patch storageclass my-storage-class -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'