-
Notifications
You must be signed in to change notification settings - Fork 159
Node DaemonSet in Kubernetes Deployment Should Not Run On Master #40
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
Comments
Looking at my master node,
My master daemonset pod:
@janetkuo, do you know how to prevent daemonset pods from being scheduled on the master? |
(this is gce, not gke) |
From https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/:
Looks like taints are respected though, but my thought is tainting the master node could have unwanted side-effects |
I don't know if there are any such addons that want to run on all nodes, including the master. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
UPSTREAM: <carry>: Fix OWNERS_ALIASES
Currently the Daemonset constantly attempts to create the pod on master and fails because of resource limits. We should stop scheduling on master so that it does not continually loop attempted creation.
This is high priority as we have seen the daemonset pod kick off the api server from the master putting the whole cluster in a bad state.
The text was updated successfully, but these errors were encountered: