-
Notifications
You must be signed in to change notification settings - Fork 230
OCPEDGE-2037: add-node command #5570
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3a6d43f
OCPEDGE-2037: Add certificate authority controller
pacevedom dbf5715
OCPEDGE-2037: Add kubelet bootstrap functions for config handling
pacevedom d8d676c
OCPEDGE-2037: Configure kubelet to use bootstrap kubeconfig if present
pacevedom 9297227
OCPEDGE-2037: Clean up kubelet config assets
pacevedom b643256
OCPEDGE-2037: Add node ip address to etcd certificates
pacevedom a22067f
OCPEDGE-2037: Start CA controller
pacevedom 0b5bac1
OCPEDGE-2037: Update etcd serving configuration
pacevedom 9ba4405
OCPEDGE-2037: Add etcd config file
pacevedom 34ad026
OCPEDGE-2037: Update etcd controller readiness check
pacevedom 21d7020
OCPEDGE-2037: Update multinode config
pacevedom fff7c2c
OCPEDGE-2037: Update apiserver controller configuration handling
pacevedom 67074cf
OCPEDGE-2037: Add etcd-severs discovery to apiserver
pacevedom 90e0820
OCPEDGE-2037: Add join-cluster command
pacevedom 1fb73e0
OCPEDGE-2037: Skip join cluster if already a member
pacevedom 2d3d3f2
OCPEDGE-2037: Improve etcd directory handling for join-cluster
pacevedom 42b4152
OCPEDGE-2037: Add automatic cleanup of directories before joining
pacevedom 03e3aa7
OCPEDGE-2037: Hide new join-cluster command
pacevedom 89bf0e8
OCPEDGE-2037: Update logs and usage
pacevedom c439b3e
OCPEDGE-2037: Verify nits
pacevedom 04f6424
OCPEDGE-2037: Handle ipv6 in etcd initial cluster
pacevedom d820dcd
OCPEDGE-2037: update prerun version check
pacevedom 314da47
OCPEDGE-2037: Disable CA controller if not multinode
pacevedom f702b47
OCPEDGE-2037: Rename command to add-node
pacevedom a451b02
OCPEDGE-2037: Add service-account keys to controller
pacevedom 3a9443e
OCPEDGE-2037: Enable leader-elect for kcm and ks
pacevedom b98ba18
OCPEDGE-2037: Nits
pacevedom 6c44e28
OCPEDGE-2037: Improve etcd handling
pacevedom 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
If we control the file, why not use json?
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.
Basically similarity with regular etcd files you can feed it, there is no other reason but using the same names to make it more understandable. I can swap it with json without trouble too.