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

Daemonset pods stays in pending state #3

Open
harshalkwagh opened this issue Jul 15, 2020 · 2 comments
Open

Daemonset pods stays in pending state #3

harshalkwagh opened this issue Jul 15, 2020 · 2 comments

Comments

@harshalkwagh
Copy link

I installed "admission-webhook-server" by following the steps given in README.
Installation and normal functionality is working well but 1 side effect i observed is: When we create Daemonset in bound namespaces then pods for that daemonset stays in pending state.
Reason is it can not find nodeSelector label on the other nodes.
image

If there is any option to ignore node-binding for daemonsets then it will be really very helpful

@liangrog
Copy link
Owner

I think there are two things you found here:

  1. the daemonset pod should only be scheduled on the nodes that bounded from your config for your namespace. So if it still scheduled to all nodes, then there might be a potential bug. It needs to be invesigate.

  2. To ignore daemonset completely by adding a configuration option will be a new feature. Will consider it. But details will need to be investigate as there are many scenarios are to be considered, e.g. apply to all daemonsets or just a subset? if subset, what is the key to identify them?.

@liangrog
Copy link
Owner

liangrog commented Aug 2, 2020

feature and fixed are proposed in #4

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

No branches or pull requests

2 participants