Skip to content
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

✨ Delete the ControlPlaneRef object if it exists #2094

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

chuckha
Copy link
Contributor

@chuckha chuckha commented Jan 17, 2020

  • This is the same logic as the InfrastructureRef so I factored the code there

Signed-off-by: Chuck Ha chuckh@vmware.com

What this PR does / why we need it:
The one line test addition ensures the code is exercised during the test. It's not super thorough testing though.

Note: I am mostly relying on the control plane e2e test for this functionality which is in an upcoming PR.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #2092
related to #1756

/assign @ncdc @vincepri

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 17, 2020
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 17, 2020
controllers/cluster_controller.go Outdated Show resolved Hide resolved
controllers/cluster_controller.go Outdated Show resolved Hide resolved
@ncdc
Copy link
Contributor

ncdc commented Jan 17, 2020

/hold
have some questions. give me a few mins 😄

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 17, 2020
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 17, 2020
@ncdc ncdc added this to the v0.3.0 milestone Jan 17, 2020
@ncdc ncdc added the area/control-plane Issues or PRs related to control-plane lifecycle management label Jan 17, 2020
@chuckha
Copy link
Contributor Author

chuckha commented Jan 17, 2020

@ncdc ok! now go for the review :)

Signed-off-by: Chuck Ha <chuckh@vmware.com>
@ncdc
Copy link
Contributor

ncdc commented Jan 17, 2020

LGTM. @vincepri ?

@ncdc
Copy link
Contributor

ncdc commented Jan 17, 2020

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 17, 2020
@vincepri
Copy link
Member

/lgtm

:shipit:

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/control-plane Issues or PRs related to control-plane lifecycle management cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cluster controller does not issue a delete to the control plane object
4 participants