-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Improve scale flow and documentation #7610
Improve scale flow and documentation #7610
Conversation
Hi @forselli-stratio. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
2774d3f
to
1de99f3
Compare
1de99f3
to
32e1b57
Compare
docs/nodes.md
Outdated
@@ -115,6 +115,10 @@ Even so, running applications should continue to be available. | |||
If you add multiple ectd nodes with one run, you might want to append `-e etcd_retries=10` to increase the amount of retries between each ectd node join. | |||
Otherwise the etcd cluster might still be processing the first join and fail on subsequent nodes. `etcd_retries=10` might work to join 3 new nodes. | |||
|
|||
### 4) Add the new node to apiserver config |
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.
This section is for ## Adding an etcd node
and the previous number is 1.
So here should be 2 instead of 4.
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.
fixed, thank you!
32e1b57
to
beaa9e0
Compare
57f8ed3
to
72466cf
Compare
@oomichi: GitHub didn't allow me to request PR reviews from the following users: chifu1234. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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.
👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, forselli-stratio The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Improve scale flow * Add confirmation prompt again
* Improve scale flow * Add confirmation prompt again
What type of PR is this?
What this PR does / why we need it:
This PR fixes some issues when removing nodes commented in the issue #7569.
I also removed the
check confirmation
part. I think there is no other task that includes this option and it makes difficult to automate or integrate kubespray with other tools.I also included some changes to
Adding/replacing a node
documentation. When adding/removing etcd members, apiserver manifest field--etcd-servers=
is not updated, so i think it's important to know this.Which issue(s) this PR fixes:
#7569
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NO