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

Add nodeSelector to prevent scheduled pods on Windows worker nodes #14

Open
hugoprudente opened this issue Mar 10, 2020 · 2 comments
Open

Comments

@hugoprudente
Copy link

It's becoming common the multi OS worker nodes on the EKS.

When deployment the DaemonSet as no nodeSelector is added the pods will try to be scheduled on Windows nodes and fail.

Solution idea, is to add the node selector to based on the Operational System with

      nodeSelector:
        beta.kubernetes.io/os: linux   
@andyjcooperuk
Copy link

I also have this requirement - Currently you cannot schedule the required pods on windows nodes as the fluentd-cloudwatch image is a debian image and there isn't a Windows version yet - We have raised this with AWS but it would be good to be-able to exclude Windows nodes for now using the node selector

@hugoprudente
Copy link
Author

Thanks @andyjcooperuk for the PR, I hope this get merged soon!

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