-
Notifications
You must be signed in to change notification settings - Fork 39
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
tolerations not for servers? #64
Comments
trying to put it under: |
An overview of using taints and tolerations is here: https://docs.couchbase.com/operator/current/concept-scheduling.html#cluster-isolation The It is just the raw Kubernetes type although we do warn that we reserve the right to overwrite things as required (e.g. server zones affect ). However tolerations are currently not overwritten by anything the operator does. |
Hi @dash042 , Is the issue here that helm is not passing taints/tolerations from the Pod spec? |
There is an example of using the pod spec for node selector: https://github.com/couchbase-partners/helm-charts/blob/master/charts/couchbase-operator/examples/node-selector-values.yaml |
I can see tolerations implemented for admission-controller and couchbase-operator - but not for the actual servers.
Please advise.
The text was updated successfully, but these errors were encountered: