-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[clusterctl] add phases create-bootstrap-cluster subcommand #553
Conversation
@randomvariable @ashish-amarnath @vincepri @chuckha ptal, my goal here is to eventually have all of the pieces of |
This is exactly what we need. |
/lgtm |
/lgtm |
@ashish-amarnath: changing LGTM is restricted to assignees, and only kubernetes-sigs/cluster-api repo collaborators may be assigned issues. 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. |
The phases layout is fine, most of the changes are about moving code so the |
/lgtm |
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
I left a few nits about import grouping. Holding for ~24 hours as discussed on the call today. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: detiber, roberthbailey 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-cluster-api-test |
1 similar comment
/test pull-cluster-api-test |
/lgtm |
/hold cancel |
- add a separate `clusterctl alpha phases create-bootstrap-cluster` command - move bootstrap cluster creation steps out of clusterdeployer
Rebased to resolve build/test failure that cropped up due to the arguments that were added to |
/test pull-cluster-api-test |
/lgtm |
remove MachineRef when vm is deleted
What this PR does / why we need it:
Starts to add phases support to clusterctl to allow for a user to run a subset of steps.
Related to: #554
Release note: