Skip to content

Instantly share code, notes, and snippets.

@hnts
Created November 23, 2020 03:25
Show Gist options
  • Save hnts/e80b2fc8b420b150d91adc2e131c2031 to your computer and use it in GitHub Desktop.
Save hnts/e80b2fc8b420b150d91adc2e131c2031 to your computer and use it in GitHub Desktop.
Node Affinity
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution :
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment