Skip to content

Instantly share code, notes, and snippets.

@tungpun
Last active July 16, 2022 03:15
Show Gist options
  • Save tungpun/98b025397de4778a7c1429ceda4db2f4 to your computer and use it in GitHub Desktop.
Save tungpun/98b025397de4778a7c1429ceda4db2f4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
labels:
run: my-pod
name: my-pod
spec:
containers:
- image: amazon/aws-cli
name: my-aws-cli
command: ['sleep', '1293891283912893821']
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment