-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
kubeadm: graduate etcd phase #70388
kubeadm: graduate etcd phase #70388
Conversation
@fabriziopandini |
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.
@neolit123 well done.
Poke me when all the precedence are merged for a final pass
@fabriziopandini updated + rebased. |
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.
@neolit123 Great!
/approve
/lgtm
Short: "Generates static Pod manifest file for local/stacked etcd.", | ||
Example: etcdLocalExample, | ||
Phases: []workflow.Phase{ | ||
newEtcdLocalSubPhase(), |
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.
might be a phase with only a subphase is kind of verbose, but I'm fine with this for now...
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.
ok, also @timothysc for feedback on this.
LMK if you want to refactor "etcd" into a parent phase that implies "local etcd" only.
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.
I'm ok with this for now.
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.
remove all the references to "stacked" then LGTM
/approve
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: fabriziopandini, neolit123, timothysc 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 |
/test pull-kubernetes-e2e-gce-100-performance |
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.
/lgtm
What type of PR is this?
/kind feature
What this PR does / why we need it:
move the etcd phase to phase runner.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Refs kubernetes/kubeadm#1163
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?:
/assign @fabriziopandini
@kubernetes/sig-cluster-lifecycle-pr-reviews
/kind feature
/area kubeadm
/hold
depends on:
#70331
#70098
#70097