kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
721 stars 554 forks source link

Make 'aws-efs-csi-driver' helm chart more configurable #1423

Open Adityashar opened 3 months ago

Adityashar commented 3 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We have a use-case where we need to scrape metrics from the following containers running in the controller deployment and node daemonset:

  1. liveness-prove
  2. csi-provisioner
  3. csi-driver-registrar

Our requirement is to add / update the arguments passed to these containers.

Describe the solution you'd like in detail A clear and concise description of what you want to happen.

A simple helm templating block to be added in each of the containers and their values made available through the values.yaml file.

Additional context Add any other context or screenshots about the feature request here.

The latest chart of aws-ebs-csi-driver has this implemented and can be used as a starting point. Eg https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/charts/aws-ebs-csi-driver/templates/_node.tpl#L152

k8s-triage-robot commented 2 weeks ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale