message
This commit is contained in:
parent
6a51b50186
commit
3c6fa331de
@ -1,16 +1,17 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx-ssd
|
name: tolerator
|
||||||
labels:
|
labels:
|
||||||
env: test
|
env: test
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nginx-ssd
|
- name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "storage"
|
- key: "example-key"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
value: "ssd"
|
value: "value1"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user