-
Notifications
You must be signed in to change notification settings - Fork 43
Conversation
* Use machine name instead of generated name tied to kind * Improve delete functionality to remove node from child cluster * Set nodeRefs Signed-off-by: Chuck Ha <chuckh@vmware.com>
Welcome @chuckha! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckha 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 |
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.
First quick round or review. Will continue later. Need to get more familiar with code.
The changes look reasonable enough to me so far, but I'm running into some trouble trying this out:
Also, I found a place in the README the rename missed: https://github.com/kubernetes-sigs/cluster-api-provider-docker/blame/master/README.md#L30-L32 |
Signed-off-by: Chuck Ha <chuckh@vmware.com>
@sethp-nr ah yeah, I'm also actively developing on the :latest tag, so I need to move over to dev and re-push that back. I'd recommend you build your own image at the moment |
Signed-off-by: Chuck Ha <chuckh@vmware.com>
Signed-off-by: Chuck Ha <chuckh@vmware.com>
Yeah, that's what I ended up doing – it looks like the README references a script that I didn't find. I've got another PR I'm about to send you for a couple quick things. |
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 haven't tried multiple control planes / deleting one yet, but otherwise everything looks great and is working like I expect.
kind/actions/cluster_actions.go
Outdated
@@ -306,15 +306,19 @@ func GetNodeRefUID(clusterName, nodeName string) (string, error) { | |||
return strings.TrimSpace(lines[0]), nil | |||
} | |||
|
|||
// DeleteClusterNode will remove |
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 think this is missing a few more words
sweet, I'm going to fix up the delete comment and go ahead and merge it, thanks for the feedback @pablochacin and @sethp-nr ! The multi-control plane one needs a timeout of 15 minutes on an XL instance on AWS |
/lgtm Feel free to unhold when ready |
Signed-off-by: Chuck Ha <chuckh@vmware.com>
@chuckha: you cannot LGTM your own PR. 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. |
/lgtm |
/lgtm |
Signed-off-by: Chuck Ha chuckh@vmware.com