Create pod-without-scheduling-gates.yaml
parent
7ec92b9057
commit
be077f02c6
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-pod
|
||||
spec:
|
||||
containers:
|
||||
- name: pause
|
||||
image: registry.k8s.io/pause:3.6
|
Loading…
Reference in New Issue