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

Added toleration support for iam operator jupyter #18

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

tyu0912
Copy link
Contributor

@tyu0912 tyu0912 commented Aug 1, 2024

At Anaconda, we have deployed the datalayer stack into a shared tenant cluster and are using karpenter to manage our various nodepools. Because the datalayer nodepool doesn't currently specify any taints on the nodes that come up, pods from other services are able to be scheduled on it and we are now hitting some limits.

By introducing tolerations here, I will be able to introduce taints to datalayer nodes in our cluster and simultaneously make datalayer pods immune to its effects thereby only allowing datalayer pods to be schedulable on the nodes.

k8s doc for taints/tolerations: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/

@tyu0912 tyu0912 requested a review from echarles August 1, 2024 19:33
Copy link
Member

@echarles echarles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thx @tyu0912

@echarles echarles merged commit b57c076 into main Aug 2, 2024
2 checks passed
@echarles echarles deleted the helm/node-tolerations branch August 2, 2024 07:09
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

Successfully merging this pull request may close these issues.

2 participants