We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PD CSI driver is installed by default on GKE clusters by default. This prevents a manual installation of the driver (https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/docs/kubernetes/development.md#manual-deployment) to conflict and not function correctly.
The dev overlay should be updated to something with a different driver name, ie: pd.dev.csi.storage.gke.io. This would allow the driver to be installed on an existing GKE cluster, and still allow for development. This would also alleviate the need for this warning, as the dev overlay would reference development specific documentation: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/deploy/kubernetes/overlays/dev/WARNING.md
dev
pd.dev.csi.storage.gke.io
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PD CSI driver is installed by default on GKE clusters by default. This prevents a manual installation of the driver (https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/docs/kubernetes/development.md#manual-deployment) to conflict and not function correctly.
The
dev
overlay should be updated to something with a different driver name, ie:pd.dev.csi.storage.gke.io
. This would allow the driver to be installed on an existing GKE cluster, and still allow for development. This would also alleviate the need for this warning, as thedev
overlay would reference development specific documentation: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/deploy/kubernetes/overlays/dev/WARNING.mdThe text was updated successfully, but these errors were encountered: