Create pod3.yaml
This commit is contained in:
parent
695fe3f514
commit
f84d1c6a23
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: annotation-second-scheduler
|
||||
labels:
|
||||
name: multischeduler-example
|
||||
spec:
|
||||
schedulerName: my-scheduler
|
||||
containers:
|
||||
- name: pod-with-second-annotation-container
|
||||
image: registry.k8s.io/pause:2.0
|
||||
Loading…
Reference in New Issue