-
Notifications
You must be signed in to change notification settings - Fork 326
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 tolerations and nodeSelector to entire chart #4469
Comments
Based on our configuration, we needed to add tolerations and nodeSelector to the following yamls: tls example |
The same problem: consul-tls-init pod is stuck with an error
|
The toleration options are not available in the following yaml files, assuming you are using the helm chart. gossip-encryption-autogenerate-job You need to edit each of these yaml files adding the code above in the correct format (the formatting is not correct above. Look at another yaml file for the correct formatting) After you add the code to those three yamls, you need add the tolerations: and nodeSelector to the correct places in the values.yaml file. |
I'm using the chart directly from the Hashicorp repo; there is no chance to edit YAML. No tolerations and nodeSelector in the code of tls-init-job |
I suggest you use helm pull to download the chart locally. Then you can update the yamls as describe above. |
Community Note
Is your feature request related to a problem? Please describe.
We have taints on the specific cluster nodes and would like gossipEncryption to tolerate the nodes.
Feature Description
Use Case(s)
Adding tolerations and nodeSelector would allow for precise placement of the gossipEncryption pod.
Contributions
The text was updated successfully, but these errors were encountered: