Changes

Jump to navigation Jump to search
m
Specifying node placement in the pod
== Specifying node placement in the pod ==
Node affinity is specified with a node selector as follows. Here, the system will try to place the pod on the node with hostname "vecna", i.e. the DGX2.
<syntaxhighlight lang="yaml">
[https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ Assigning pods to nodes (Kubernetes tutorial)]
 
== Node labels pre-defined in the cluster which can be used to specify pod affinity and selectors ==
TODO

Navigation menu