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

Gke update default taints for user node pools #3200

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ankitkinra
Copy link
Contributor

@ankitkinra ankitkinra commented Oct 31, 2024

Removing the default user node pool taint of "user-workload" allows the user workloads jobs to land on the GPU node pools without adding tolerations to all user jobs.
Default taint was added to user node pools to prevent non GPU workloads from landing there.
However, GKE adds a gpu taint already to GPU nodepools https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#taint which makes these taints redundant and complicate user workflows.

@ankitkinra ankitkinra added the release-improvements Added to release notes under the "Improvements" heading. label Oct 31, 2024
@ankitkinra ankitkinra changed the title Gke update default taints for system pool and user node pools Gke update default taints for user node pools Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-improvements Added to release notes under the "Improvements" heading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants