-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chart: optional sidecar containers for dashboard in chart #5125
Comments
I don't see how we could add something generic enough to support all possible sidecar containers. Some might require external storage, other some service or ingress with custom configuration, a config map, or a secret. There is no way to simply add a chart with optional generic container to support many options. This sounds like something tailored just for your configuration. |
Obviously, a generic solution will not be possible to obtain immediately but it will also be necessary to start somewhere. Leaving out something (for example "external storage") a simple enough generic solution is reachable. |
I don't think this is a good approach. Some people might prefer using a separate deployment instead of sidecar containers. Preparing similar generic optional deployment for them would also be out of scope for us. There are just too many possible configurations to try and cover all of them in a single chart deployment. We don't want to have a configuration that is so tightly coupled with something. It's better to use another chart to deploy extra software or prepare your own custom version that extends our base chart. |
Somehow I agree with @floreks. 99% of things can be solved via separate deployments.... In your case auth proxy should be done via A correct setup would be
|
Also described here - #5105. And many other issues. |
Thank you @Eddman, I will try. |
Closing this as it is out of our scope /close |
@floreks: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added
I want to have the option to specify a sidecar container as a configurable parameter in the chart
Why is this needed
Many time I need to deploy the dashboard with a sidecar container (ex: an SSO/auth proxy)
Comments
Please take a look at the Prometheus Helm chart for reference.
I had already opened the ticket in September 2019 but it was rejected #4355.
I had promised to try to do it but I did not yet have time. I move the feature request here as it is now on this side that the chart will be kept. If anyone wants to bother to do it, they are welcome. Otherwise, when I have time I'll do it.
The text was updated successfully, but these errors were encountered: