awslabs / mountpoint-s3-csi-driver

Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.
Apache License 2.0
153 stars 18 forks source link

add nodeSelector to run on a selection of nodes #146

Closed discanto closed 4 months ago

discanto commented 4 months ago

We need to run this only on a few nodes or a group of nodes and not every node.

Add a nodeSelector to the values flie and in the node manifest.

zeeshanabid commented 4 months ago

E2E tests are failing due to credentials not found. Can someone please fix it?