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

Prevent eviction of pods weave addon with priorityClassName #7873

Closed
jochen42 opened this issue Nov 4, 2019 · 0 comments · Fixed by #7874
Closed

Prevent eviction of pods weave addon with priorityClassName #7873

jochen42 opened this issue Nov 4, 2019 · 0 comments · Fixed by #7874

Comments

@jochen42
Copy link
Contributor

jochen42 commented Nov 4, 2019

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
k8s-ci-robot added a commit that referenced this issue Nov 5, 2019
…critical

mark weavenet-pod as system-critical
ReillyTevera pushed a commit to ReillyTevera/kops that referenced this issue Dec 11, 2019
-weave-pods-node-critical

mark weavenet-pod as system-critical
ReillyTevera pushed a commit to ReillyTevera/kops that referenced this issue Dec 26, 2019
-weave-pods-node-critical

mark weavenet-pod as system-critical
ReillyTevera pushed a commit to ReillyTevera/kops that referenced this issue Dec 30, 2019
-weave-pods-node-critical

mark weavenet-pod as system-critical
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 a pull request may close this issue.

1 participant