From 2b4d37427e750d1a9cd7347b1ec9504038a60ec3 Mon Sep 17 00:00:00 2001 From: Adam Sunderland Date: Tue, 2 Jun 2015 19:27:09 -0500 Subject: [PATCH] Update Master IAM Policy to Include ELB --- cluster/aws/templates/iam/kubernetes-master-policy.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster/aws/templates/iam/kubernetes-master-policy.json b/cluster/aws/templates/iam/kubernetes-master-policy.json index 205a5a6313d..f551b132adc 100644 --- a/cluster/aws/templates/iam/kubernetes-master-policy.json +++ b/cluster/aws/templates/iam/kubernetes-master-policy.json @@ -6,6 +6,11 @@ "Action": ["ec2:*"], "Resource": ["*"] }, + { + "Effect": "Allow", + "Action": ["elasticloadbalancing:*"], + "Resource": ["*"] + }, { "Effect": "Allow", "Action": "s3:*",