Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created June 9, 2017 19:10
Show Gist options
  • Save lazypower/356747365cb80876b0b336e2b61b9c26 to your computer and use it in GitHub Desktop.
Save lazypower/356747365cb80876b0b336e2b61b9c26 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
namespace: development
spec:
containers:
- name: ubuntu
image: ubuntu
command:
- sleep
- infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment