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

Fixing toleration for recent version of Kubernetes #190

Merged
merged 1 commit into from
Dec 20, 2018

Conversation

AlexisDucastel
Copy link
Contributor

On recent Kubernetes versions, Romana does not deploy on fresh kubeadm deployed cluster due to missing Toleration to "node.kubernetes.io/not-ready:NoSchedule" taints being present on all nodes before CNI to be functionnal.

This fix is just a toleration to this taint to let romana deploy on unready nodes.

@CLAassistant
Copy link

CLAassistant commented Nov 2, 2018

CLA assistant check
All committers have signed the CLA.

@AlexisDucastel
Copy link
Contributor Author

In facts, the problem appears with version 1.12 of kubernetes, 1.11 does not apply taint"not-ready", 1.12 does !

@pritesh pritesh merged commit 7f3b49f into romana:master Dec 20, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants