Create pod3.yaml

This commit is contained in:
Sabbir Ahmed Shameem 2024-05-05 22:33:14 +06:00 committed by GitHub
parent 695fe3f514
commit f84d1c6a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -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