From b5c051c179c14685fe9ce59291423c7be4c398cc Mon Sep 17 00:00:00 2001 From: jpresky Date: Tue, 19 Mar 2019 02:50:06 -0400 Subject: [PATCH] update tag and IAM perms in readme (#25) --- README.md | 3 ++- deploy/mm.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8930ad3..4f8dcee 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ The IAM role of the node that runs the minion-manager should have the following "Sid": "kopsK8sMinionManager", "Effect": "Allow", "Action": [ + "ec2:DescribeInstances", "ec2:TerminateInstances", "ec2:DescribeSpotPriceHistory", "autoscaling:CreateLaunchConfiguration", "autoscaling:DeleteLaunchConfiguration", - "autoscaling:DescribeLaunchConfiguration", + "autoscaling:DescribeLaunchConfigurations", "autoscaling:DescribeAutoScalingGroups", "autoscaling:TerminateInstanceInAutoScalingGroup", "autoscaling:UpdateAutoScalingGroup", diff --git a/deploy/mm.yaml b/deploy/mm.yaml index 3b6fd5e..36f4a77 100644 --- a/deploy/mm.yaml +++ b/deploy/mm.yaml @@ -38,7 +38,7 @@ spec: serviceAccountName: mm-sa containers: - name: minion-manager - image: argoproj/k8s-minion-manager:v0.3 + image: argoproj/k8s-minion-manager:v0.6 command: ["python", "./minion_manager.py", "--region", "us-west-2", "--cluster-name", ""] resources: requests: