Skip to content

Instantly share code, notes, and snippets.

@vFondevilla
Created August 10, 2021 06:46
Show Gist options
  • Save vFondevilla/4e6fa41920ede5b2ba12cf3302203c6c to your computer and use it in GitHub Desktop.
Save vFondevilla/4e6fa41920ede5b2ba12cf3302203c6c to your computer and use it in GitHub Desktop.
AWS CLI test pod for IRSA
---
apiVersion: v1
kind: Pod
metadata:
name: aws-cli
namespace: atlantis
spec:
serviceAccountName: atlantis
containers:
- name: eks-iam-test
image: amazon/aws-cli:latest
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment