Description
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