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: make it possible to disable minion public ip assignment #7926

Closed
wants to merge 0 commits into from

Conversation

manolitto
Copy link
Contributor

This patch makes it possible to disable the automatic assignment of a public IP when launching minions. The feature can be controlled by setting the env variable KUBE_ENABLE_MINION_PUBLIC_IP to "false" (instead of "true" - which is the default value).
Use case scenario:

  • preconfigured VPC
  • your local client is able to communicate with the VPC by means of a VPN connection
  • internet access from the VPC is routed to the internet gateway by means of a NAT instance
  • you do not want a public IP on your minions for security reasons

@manolitto
Copy link
Contributor Author

Closed because I accidentally opened this pull request from my master branch... sorry... correct PR is #7928

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

2 participants