serhii.net

In the middle of the desert you can say anything you want

17 Jan 2025

Rancher k8s control pods execution nodes

spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
          - matchExpressions:
              - key: kubernetes.io/hostname
                operator: NotIn
                values:
                  - node_to_avoid

(operator: In for the list of the allowed nodes)

Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus