Skip to content

Instantly share code, notes, and snippets.

@kerin
Created April 27, 2017 15:33
Show Gist options
  • Save kerin/03108f701bf17c919b36dac9e73d62b6 to your computer and use it in GitHub Desktop.
Save kerin/03108f701bf17c919b36dac9e73d62b6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: aws-cli
labels:
name: aws-cli
annotations:
iam.amazonaws.com/role: kube2iamTest
spec:
containers:
- image: fstab/aws-cli
command:
- "/home/aws/aws/env/bin/aws"
- "s3"
- "ls"
name: aws-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment