Open
Description
Hi.
When using csi-driver-host-path in GKE 1.17.12 following the suggested deployment deploy-1.17-and-later I noticed that Node Affinity for pv's topology.hostpath.csi/node
gets set to the instance group of the pool that is assigned the hostpath pods. I can control where these pods are run by adding a selector to the plugin spec but it would be nice to utilize hostpath.csi.k8s.io accross multiple pools in my cluster.
Is there a suggested way to deploy csi-driver-host-path so it works across all node pools?