Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created October 2, 2018 06:57
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 vigneshragupathy/5c37965584901baac28c2d592b129cc7 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/5c37965584901baac28c2d592b129cc7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: vip
spec:
containers:
- name: vip1
image: busybox
args:
- sleep
- "1000000"
- name: vip2
image: busybox
args:
- sleep
- "1000000"
- name: vip3
image: busybox
args:
- sleep
- "1000000"
- name: vip4
image: busybox
args:
- sleep
- "1000000"
nodeSelector:
status: others
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment