-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 2048028: [Alibaba] fix the deletion of private zone records #5658
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
Conversation
|
@bd233: This pull request references Bugzilla bug 2048028, which is invalid:
Comment DetailsIn 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. |
|
/bugzilla refresh |
|
@patrickdillon: This pull request references Bugzilla bug 2048028, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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. |
|
/label qe-approved |
|
/test openstack-manifests |
|
/test e2e-alibaba |
|
/retest-required |
|
@bd233 are the e2e-alibaba failures related to this change? |
|
/retest |
If a user created cluster uses an existing privatezone, the private zone records should also be deleted when the cluster is destroyed Signed-off-by: sunhui <wb-sh373163@alibaba-inc.com>
55b30dc to
e605744
Compare
|
/retest-required |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-alibaba |
|
/retest-required |
|
/test e2e-alibaba |
It's an IPI installation of OCP on Alibaba + e2e tests. But the issue is that we don't even reach the e2e tests because bootstrap fails to complete. The kubelet logs of the control plane nodes are full of |
|
/test e2e-alibaba |
|
@bd233: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn 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. |
If a user created cluster uses an existing privatezone, the private zone records should also be deleted when the cluster is destroyed.