Created
September 6, 2019 06:41
-
-
Save lawliet89/1972692c09231bcd67d61c5be5c2d480 to your computer and use it in GitHub Desktop.
Update kube-config affinity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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