Open Adityashar opened 3 months 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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
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:
liveness-prove
csi-provisioner
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