-
Notifications
You must be signed in to change notification settings - Fork 988
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
Fix kubernetes_node_taint
so that taints are unique over key and effect and not just key
#2611
base: main
Are you sure you want to change the base?
Fix kubernetes_node_taint
so that taints are unique over key and effect and not just key
#2611
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
kubernetes_node_taint
that taints are unique over key and effect and not just keykubernetes_node_taint
so that taints are unique over key and effect and not just key
Apologies for the ask since I know there is a sizeable queue, but is there an estimate on when an initial review might happen? I want to make sure this PR is in a good spot before my personal availability becomes tied up for the next couple weeks and not have any requested changes or comments languish out here. |
Apologies for the mentions, but is there anything additional I need to do help move this PR along? |
@jrhouston @BBBmau @alexsomesan @iBrandyJackson Just wanted to follow up, is there anything I can to help move this pull request along? Would love to get this bug resolved so that the K8S Provider has parity with what you can do with |
Description
This PR seeks to fix the
kubernetes_node_taint
resource so that it's possible to set multiple effects for a given key. This is motivated by the fact that withkubectl
it is possible to do the following:A user attempting to express the same set of taints
kubernetes_node_taint
erroneously fails with the message that taints unique over key only.Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Documented examples of using the same key with a different effect
Community Note