Create pod-with-scheduling-gates.yaml
parent
dc591a7b92
commit
5226eb4a73
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-pod
|
||||
spec:
|
||||
schedulingGates:
|
||||
- name: example.com/foo
|
||||
- name: example.com/bar
|
||||
containers:
|
||||
- name: pause
|
||||
image: registry.k8s.io/pause:3.6
|
Loading…
Reference in New Issue