Created
April 27, 2017 15:33
-
-
Save kerin/03108f701bf17c919b36dac9e73d62b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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