Skip to content

Instantly share code, notes, and snippets.

@eriksywu
Created July 2, 2020 23:27
Show Gist options
  • Save eriksywu/e04c1b40ab703b55ff84336514aa30c6 to your computer and use it in GitHub Desktop.
Save eriksywu/e04c1b40ab703b55ff84336514aa30c6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox1
labels:
app: busybox1
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
nodeSelector:
test: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment