init
This commit is contained in:
14
taints/pod.yaml
Normal file
14
taints/pod.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: mypod
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
resources: {}
|
||||
tolerations:
|
||||
- key: "demo"
|
||||
operator: "Equal"
|
||||
value: "student"
|
||||
effect: "NoSchedule"
|
||||
Reference in New Issue
Block a user