We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. Problem description
Weave Pods should never be evicted because it would break the node networking and impacts the whole cluster.
2. Solution from weaveworks
daemonSet: spec: template: spec: priorityClassName: system-node-critical
The text was updated successfully, but these errors were encountered:
Merge pull request #7874 from jochen42/feature/#7873-weave-pods-node-…
b1fba5c
…critical mark weavenet-pod as system-critical
Merge pull request kubernetes#7874 from jochen42/feature/kubernetes#7873
87a3989
-weave-pods-node-critical mark weavenet-pod as system-critical
4d8f982
114323b
Successfully merging a pull request may close this issue.
1. Problem description
Weave Pods should never be evicted because it would break the node networking and impacts the whole cluster.
2. Solution from weaveworks
The text was updated successfully, but these errors were encountered: