DevOps/Kubernetes/LFS258/pods-into-vip-node.yaml

29 lines
379 B
YAML

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: vip