Created
April 1, 2024 10:18
-
-
Save pjmagee/358a62026a7c0c21ab40274a5b2604de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| piVersion: v1 | |
| kind: Pod | |
| metadata: | |
| creationTimestamp: null | |
| labels: | |
| run: pod1 | |
| name: pod1 | |
| namespace: default | |
| spec: | |
| containers: | |
| - image: httpd:2.4.41-alpine | |
| name: pod1-container | |
| resources: {} | |
| nodeSelector: | |
| node-role.kubernetes.io/control-plane: | |
| tolerations: | |
| - key: node-role.kubernetes.io/control-plane | |
| operator: "Exists" | |
| effect: "NoSchedule" | |
| dnsPolicy: ClusterFirst | |
| restartPolicy: Always | |
| status: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment