Skip to content

Instantly share code, notes, and snippets.

@HOchacha
Last active February 5, 2025 06:07
Show Gist options
  • Save HOchacha/f92c649dec84c9d51910dd6c81953b54 to your computer and use it in GitHub Desktop.
Save HOchacha/f92c649dec84c9d51910dd6c81953b54 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
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