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

fix: fix taint in gke #118

Merged
merged 1 commit into from
Jan 18, 2024
Merged

fix: fix taint in gke #118

merged 1 commit into from
Jan 18, 2024

Conversation

alouvion-aneo
Copy link
Contributor

@alouvion-aneo alouvion-aneo commented Jan 16, 2024

taints are applied on node
node name for the taint MUST be the same than the name of the nodes
so the code :
name = "${var.name}-${node_pool["name"]}"
was adding name of the cluster before the name of the node
but the user who give the taints in repo armonik don't know it. => a name mismatch will occur and taint will not be applied

after fix :
image

@alouvion-aneo alouvion-aneo self-assigned this Jan 16, 2024
@alouvion-aneo alouvion-aneo added bug Something isn't working infrastructure labels Jan 16, 2024
@lzianekhodja-aneo lzianekhodja-aneo merged commit 7fcd0f2 into main Jan 18, 2024
8 checks passed
@lzianekhodja-aneo lzianekhodja-aneo deleted the al/fix-taint-in-gke branch January 18, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants