Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: Run minions in Auto Scaling Group #9921

Merged
merged 1 commit into from Jun 19, 2015

Conversation

justinsb
Copy link
Member

Run the minions in an auto-scaling group, to support resizing. Should only affect AWS.

Depends on #9720 (first two commits are 9720)

@k8s-bot
Copy link

k8s-bot commented Jun 17, 2015

GCE e2e build/test passed for commit 6b281d5aa3f15dbb24643c374c794b2c5026ec54.

@iterion
Copy link
Contributor

iterion commented Jun 17, 2015

Should access to Auto Scaling be added to the IAM policy for either the master or minions? I know there aren't currently any calls to auto scaling commands from kubernetes, but users might run services in their cluster that would expect to be able to scale the ASG?

@satnam6502
Copy link
Contributor

Ready to review? Push new version?

@yujuhong
Copy link
Contributor

Reassign to people who have more context on the issue.

@satnam6502
Copy link
Contributor

Thank you @yujuhong

@justinsb justinsb changed the title [Depends on #9720] AWS: Run minions in Auto Scaling Group AWS: Run minions in Auto Scaling Group Jun 19, 2015
@justinsb
Copy link
Member Author

@iterion Happy to rethink, but my thought was to keep the permissions minimal until we need more permissions. It's fairly easy for people to change the permission if they want to do more, so until we actually need the permission I don't think we should enable it.

@satnam6502 / @cjcullen : No blockers, so should be OK to merge. This PR only affects AWS files as well :-)

@k8s-bot
Copy link

k8s-bot commented Jun 19, 2015

GCE e2e build/test passed for commit 7faa4665059ec3edb17c63f5480a5899f7ea9b71.

@iterion
Copy link
Contributor

iterion commented Jun 19, 2015

@justinsb Fair enough, agree it's probably best to keep permissions to a minimum. Excited to see this merged, awesome work on getting this into v1!

This uses the dynamic CIDR work, and we set source-dest-check to false
when we configure the route (which kind-of makes sense)
@justinsb
Copy link
Member Author

Rebased to get shippable to run (it was still 'in progress' after 12+ hours.

@k8s-bot
Copy link

k8s-bot commented Jun 19, 2015

GCE e2e build/test passed for commit 2a5ed2f.

satnam6502 added a commit that referenced this pull request Jun 19, 2015
AWS: Run minions in Auto Scaling Group
@satnam6502 satnam6502 merged commit 9f4b504 into kubernetes:master Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants