This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
Create etcd and workers in private subnets, controllers in public subnet #169
Merged
mumoshu
merged 20 commits into
kubernetes-retired:master
from
neoandroid:masters-private-subnet
Jan 24, 2017
Merged
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d04a698
first pass at public private network topology
icereval 7d93778
use function for logical name and refs
icereval 57f57a0
define subnets in cluster, code review updates
icereval 3137b09
simplify route tables, add node pool private logic
icereval e8fab45
workers private subnet and controller elb subnet selection
neoandroid 096bd5c
fix tests
neoandroid 3e8d431
fix go format
neoandroid fb99a1f
create nat gateways when workers are private yet somehow etcd & contr…
neoandroid e4db361
private worker efs mount targets
icereval 6c5f04f
Merge pull request #2 from icereval/feature/private-worker-efs
neoandroid ce9f075
fix parameter comment
neoandroid 34024ed
Merge branch 'master' into masters-private-subnet
neoandroid 83dc882
remove duplicated code introduced by private subnets from cfn templates
neoandroid 03d19fe
remove AvailabilityZones property from cfn template because its redun…
neoandroid a601020
Merge branch 'master' into masters-private-subnet
neoandroid 70d791c
fix wrong variable type
neoandroid 08a45e7
Merge branch 'master' into masters-private-subnet
neoandroid 6dce8c8
Merge branch 'master' into masters-private-subnet
neoandroid 0c0060b
fix format
neoandroid b379650
refactor private subnet support to improve stability and maintainability
neoandroid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a
bool
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Good catch 👍