✨ Clean-up installed CRDs on Stop()#697
Conversation
|
Hi @pires. 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. DetailsInstructions 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. |
|
Maybe you can take a look at this one, @alvaroaleman? Please! |
|
After the fixes, this looks good! Thanks @pires /lgtm |
|
/ok-to-test |
|
looks like the teardown code is removing the CRDs as well which is why that test is failing? so uninstallCRDs runs but the suite harness is trying to do the same thing. /lgtm cancel PR itself looks ok pending fixing that test. :) |
|
Well, I can re-install the CRDs so the |
|
Latter sounds good 👍 thanks @pires! |
10f47a0 to
841a035
Compare
But only if USE_EXISTING_CLUSTER is set to true as there's no point in doing it if the control-plane is going away. Signed-off-by: Pires <pjpires@gmail.com>
841a035 to
c86e36b
Compare
|
Sorry for the few force-pushes but stupid me was working from a different machine that didn't had my latest changes and that took me a while to figure out 🤦♂ |
Signed-off-by: Pires <pjpires@gmail.com>
Signed-off-by: Pires <pjpires@gmail.com>
28e7f94 to
2a965fc
Compare
|
/approve thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12, pires The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
But only if
USE_EXISTING_CLUSTERis set totrueas there's no point in doing it if the control-plane is going away.Fixes #420