enhancement(aws): using iam role to pass aws credentials

This commit is contained in:
Remco
2014-11-26 16:16:57 +01:00
parent 2118c31bdb
commit cbaa48bbc2
2 changed files with 3 additions and 0 deletions

View File

@@ -35,3 +35,4 @@ MINION_IP_RANGES=($(eval echo "10.244.{1..${NUM_MINIONS}}.0/24"))
MINION_SCOPES=""
POLL_SLEEP_INTERVAL=3
PORTAL_NET="10.0.0.0/16"
IAM_PROFILE="kubernetes"