Closed sword-jin closed 1 week ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: sword-jin Once this PR has been reviewed and has the lgtm label, please assign aojea for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @sword-jin. 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 /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
It's important to understand that "clusters" are not a single object and are not merely the nodes, they are also any additional assets like kubeconfig entries. The lack of nodes does not mean we didn't need to delete kubeconfig still.
You can detect if your cleanup script has the right name by if any nodes were logged as deleted, which we already support.
Thank you, but this has been discussed extensively in the issues and I don't think we'll be going forward with it. Also per our contributor guide we'd discuss a feature like this before reviewing PRs ordinarily.
It's important to understand that "clusters" are not a single object and are not merely the nodes, they are also any additional assets like kubeconfig entries. The lack of nodes does not mean we didn't need to delete kubeconfig still.
You can detect if your cleanup script has the right name by if any nodes were logged as deleted, which we already support.
Thank you, but this has been discussed extensively in the issues and I don't think we'll be going forward with it. Also per our contributor guide we'd discuss a feature like this before reviewing PRs ordinarily.
oh, thanks for the context, make sense, I'll close this PR
Thanks!
a typo error of clean-script cause we have more and more clusters in our test machine, and we don't observe any message.
So I think this error message is useful to help others to encounter this similar problem