Last active
April 6, 2021 16:51
-
-
Save williamcaban/e052e3ce65a2dd475e069bf62614ad52 to your computer and use it in GitHub Desktop.
This file contains 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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: simple-pod | |
spec: | |
#nodeSelector: | |
# kubernetes.io/hostname: worker-1 | |
containers: | |
- name: simple-pod | |
image: registry.access.redhat.com/ubi8/ubi | |
command: | |
- /bin/bash | |
- -c | |
- sleep infinity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment