Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
update tag and IAM perms in readme (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpresky authored and shrinandj committed Mar 19, 2019
1 parent f5691ec commit b5c051c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion deploy/mm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "<my-cluster-name>"]
resources:
requests:
Expand Down

0 comments on commit b5c051c

Please sign in to comment.