Skip to content

Instantly share code, notes, and snippets.

@delvison
Created March 19, 2021 18:19
Show Gist options
  • Save delvison/3a6d277dec189da1d68c663326f94e14 to your computer and use it in GitHub Desktop.
Save delvison/3a6d277dec189da1d68c663326f94e14 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: $(USER)-test
namespace: default
spec:
containers:
- name: $(USER)-test
imagePullPolicy: Always
image: ubuntu
command:
- tail
- '-f'
- '/dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment