This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 558
Private clusters iteration 2: change the server for the cluster kubeconfig #2354
Merged
CecileRobertMichon
merged 10 commits into
Azure:master
from
CecileRobertMichon:second-kubeconfig
Feb 28, 2018
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
606bab4
fix quotation in etcd daemon args
cae3937
Revert "fix quotation in etcd daemon args"
778074f
Merge branch 'master' of https://github.com/Azure/acs-engine
c0b1ad5
Merge branch 'master' of https://github.com/Azure/acs-engine
dc084e0
modify 2nd kubeconfig for private clusters
ddc4877
Merge branch 'master' of https://github.com/Azure/acs-engine into sec…
0d65d42
typo
6df6dc0
fix customscript kubeconfig
7f38806
revert change in custom data kubeconfig
361086e
Merge branch 'master' of https://github.com/Azure/acs-engine into sec…
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
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.
@lachie83 now I'm wondering if we need this if statement... Since the server IP was already the master's IP address and it's different for each master I don't think changing it to the ILB IP for >1 master / the first master IP for 1 master makes that much sense. What do you think?
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.
Yeah I agree. This does however raise a question around the failure-modes if kubelet can only communicate with the local api-server in a multi-master cluster.