Skip to content

Instantly share code, notes, and snippets.

@yujuhong
Created September 5, 2019 17:29
Show Gist options
  • Save yujuhong/fa1db237855bdfb559c954560eba9a73 to your computer and use it in GitHub Desktop.
Save yujuhong/fa1db237855bdfb559c954560eba9a73 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: with-node-affinity
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: In
values:
- windows
- matchExpressions:
- key: yourcustomlabel
operator: In
values:
- valueofyourcustomlabel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment