-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Register nodes with multiple taints #1004
Comments
Do the arguments make their way into the EC2 user data? |
It seems so:
|
@cthiebault can you post an minimal example of your terraform where you define your worker_groups? Then i will test it |
Here is my code:
|
It sounds like it comes from this change #474. I just noticed that I closed #814 quickly and unfortunately I didn't see @eladitzhakian's comment. The hole point here is to use single quote for the bootstrap.sh and document correctly how to solve #473. https://linuxhint.com/bash_escape_quotes/ a useful shell fu link for single and double quotes escape. Can you please open a PR for this. |
@cthiebault you can't apply taints with the same key and effect, but with different values. You can try this manually using kubectl after a node is added with the taint "env=prod:NoSchedule". You'd receive the following error:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity since being marked as stale. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
I'm submitting a...
What is the current behavior?
Using
worker_groups
I want to assign multiple taints to nodes.It works when I assign a single taint:
I tried multiple ways to assign several taints without success:
What's the expected behavior?
I expect to have 2 taints:
Environment details
The text was updated successfully, but these errors were encountered: