Replies: 1 comment 4 replies
-
|
you select nodes based on nodeselector , taints and tolerations |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to this.
What I'm looking to achieve is to have a Node Pool exclusive to a namespace, e.g. pods in namespace X should requests nodes on node-pool NX. Pods from any other namespace shouldn't be able to be scheduled on NX.
I've read: https://karpenter.sh/docs/concepts/#scheduling and the Application Developer part.
Am I right to say it's not possible to set the node pool to be matching a namespace. It must be the pod in that namespace to use node selector to select that node pool?
If that's true, how do I prevent other pods from having NodeSelector using that same Node Pool?
Beta Was this translation helpful? Give feedback.
All reactions