Skip to content
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

Open
dash042 opened this issue Aug 17, 2021 · 4 comments
Open

tolerations not for servers? #64

dash042 opened this issue Aug 17, 2021 · 4 comments

Comments

@dash042
Copy link

dash042 commented Aug 17, 2021

I can see tolerations implemented for admission-controller and couchbase-operator - but not for the actual servers.
Please advise.

@dash042
Copy link
Author

dash042 commented Aug 17, 2021

trying to put it under:
"
cluster:
servers:
default:
pod:
spec:
"
worked once - I have not yet figured out why

@dash042 dash042 closed this as completed Aug 17, 2021
@dash042 dash042 reopened this Aug 18, 2021
@patrick-stephens
Copy link
Contributor

An overview of using taints and tolerations is here: https://docs.couchbase.com/operator/current/concept-scheduling.html#cluster-isolation

The pod section is documented here: https://docs.couchbase.com/operator/current/resource/couchbasecluster.html#couchbaseclusters-spec-servers-pod

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.

@tahmmee
Copy link
Contributor

tahmmee commented Aug 19, 2021

Hi @dash042 , Is the issue here that helm is not passing taints/tolerations from the Pod spec?
Can you share the values you a providing to the chart

@patrick-stephens
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants