Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Add option for setting tolerations #42

Open
olemarkus opened this issue Mar 7, 2019 · 3 comments
Open

Add option for setting tolerations #42

olemarkus opened this issue Mar 7, 2019 · 3 comments

Comments

@olemarkus
Copy link

In addition to the options added in #19 it would be useful for us to be able to set tolerations.
The use case for us would be to be able to schedule the pods to Kops master nodes.

@aanm
Copy link
Member

aanm commented Mar 27, 2019

@olemarkus
Copy link
Author

I don't really think this will work. The etcd-operator still wouldn't be scheduled. The CRD definitions also doesn't exist in the cluster at that time a new cluster is created.

But I am not 100% sure this is the best way to get a dedicated etcd cluster for cilium using kops either.

@olemarkus
Copy link
Author

The toleration required for running on kops master nodes is:

  tolerations:
  - effect: NoSchedule
    key: node-role.kubernetes.io/master
    operator: Exists

In addition, one may want to have a selector set:

  nodeSelector:
    kubernetes.io/role: master

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

No branches or pull requests

2 participants