Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created July 10, 2020 22:57
Show Gist options
  • Save jsturtevant/f0808ac469697f36efb8cd66a5772082 to your computer and use it in GitHub Desktop.
Save jsturtevant/f0808ac469697f36efb8cd66a5772082 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
containers:
- name: test
image: e2eteam/busybox:1.29
command:
- sleep
- "3600"
restartPolicy: Always
nodeSelector:
"kubernetes.io/os": windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment