Skip to content

Instantly share code, notes, and snippets.

@lawliet89
Created September 6, 2019 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lawliet89/1972692c09231bcd67d61c5be5c2d480 to your computer and use it in GitHub Desktop.
Save lawliet89/1972692c09231bcd67d61c5be5c2d480 to your computer and use it in GitHub Desktop.
Update kube-config affinity
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: In
values:
- linux
- key: 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