-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add nodeSelector to Helm chart #130
Comments
Hi @mogggggg ! There's an internal follow-up ticket for revamping the Helm charts to include stuff like the ability to set the Adding a Let's keep this issue open and we'll post any update here. |
Has there been any progress on this? |
Hey Team, I am also struggling to add ¸ parameter, and this very important. In our Kubernetes cluster we have some nodes with Taint, and our requirement is just to install the agent on the nodes that is having taint. But right now it deploy the agent on those nodes as well which is not having any taint or tolerations. To fix this problem we need to add nodeSelector with tolerations. So as I see logdna chart not having parameter we can set this. Please fix this issue ASAP. Thanks. |
Hi there, Has there been any progress on adding a This is a common setting that would be extremely useful at this point. |
Adds the following templated values from the latest verion of the chart: - `podSecurityContext` - `nodeSelector` - `podAnnotations` - `secretAnnotations` Fixes #130
Adds the following templated values from the latest verion of the chart: - `podSecurityContext` - `nodeSelector` - `podAnnotations` - `secretAnnotations` Fixes #130
Adds the following templated values from the latest verion of the chart: - `podSecurityContext` - `nodeSelector` - `podAnnotations` - `secretAnnotations` Fixes #130
Hi,
I was going to make a PR to add this myself but this repo doesn't seem to actually contain the Helm repo source (I'm looking at
https://assets.logdna.com/charts
). If the Helm code is public and you can point me to the right location I'm happy to raise a PR for this.It would be useful to have a
nodeSelector
added to the DaemonSet manifest. At the moment your official LogDNA Docker images don't support ARM and since we run a cluster with a mixture of amd64/arm64 instances we need a way to specify which nodes to run on.The text was updated successfully, but these errors were encountered: