Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix-autoscaler-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
deanillfeld authored Jul 4, 2019
2 parents 6af63de + e3ae766 commit 3eea2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.6.1] - 2019-07-04
### Fixed
- Resolved issue that prevented cluster-autoscaler from autoscaling workers.
### Added
- Added ec2:DescribeNetworkInterfaces to alb-ingress policy

## [0.6.0] - 2019-06-09
### Breaking
Expand Down
1 change: 1 addition & 0 deletions iam_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ data "aws_iam_policy_document" "worker_alb_ingress" {
"ec2:DescribeInstances",
"ec2:DescribeInstanceStatus",
"ec2:DescribeInternetGateways",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeTags",
Expand Down

0 comments on commit 3eea2ad

Please sign in to comment.