Skip to content

Instantly share code, notes, and snippets.

@dudash
Created September 7, 2022 23:57
Show Gist options
  • Save dudash/178f212db0b3c6b17d66132fe7be9bf5 to your computer and use it in GitHub Desktop.
Save dudash/178f212db0b3c6b17d66132fe7be9bf5 to your computer and use it in GitHub Desktop.
an AWS CLI pod for ROSA
apiVersion: v1
kind: Pod
metadata:
name: awscli
spec:
containers:
- name: awscli
image: amazon/aws-cli:latest
# Just spin & wait forever
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment