Skip to content

Instantly share code, notes, and snippets.

@williamcaban
Last active April 6, 2021 16:51
Show Gist options
  • Save williamcaban/e052e3ce65a2dd475e069bf62614ad52 to your computer and use it in GitHub Desktop.
Save williamcaban/e052e3ce65a2dd475e069bf62614ad52 to your computer and use it in GitHub Desktop.
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