OCPBUGS-11395: Remove stale kubeconfigs#1643
OCPBUGS-11395: Remove stale kubeconfigs#1643openshift-merge-robot merged 3 commits intoopenshift:mainfrom
Conversation
|
@pacevedom: This pull request references Jira Issue OCPBUGS-11395, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/retest |
pkg/cmd/init.go
Outdated
There was a problem hiding this comment.
Maybe instead of logging a list here, the loop below could log right before it tries to remove each item? That would make the logs easier to read and would fit with the "unit of work" style logging. https://docs.openstack.org/oslo.log/latest/user/guidelines.html#overall-logging-principles
There was a problem hiding this comment.
Didnt know about this guide, it is done now.
53e37b9 to
986bd42
Compare
|
This is a good candidate for an automated test. Do we have the parts in place to add a test like that in this PR, or is the work to make that possible still in progress? |
We could make it but not on this PR until #1557 merges. That way we can include it in a new e2e test that does not need another VM in CI. |
If the cleanup function took a directory name as argument, we could have some tests for it in the unit test framework. |
Remove any kubeconfig that is not part of the hostname or SAN values in configuration.
3104a19 to
dba3f1f
Compare
Done |
|
/test e2e-loadbalancer-smoke-test |
|
@pacevedom: all tests passed! 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. |
|
/jira refresh |
|
@pacevedom: This pull request references Jira Issue OCPBUGS-11395, which is valid. The bug has been moved to the POST state. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, pacevedom 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 |
|
@pacevedom: Jira Issue OCPBUGS-11395: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-11395 has been moved to the MODIFIED state. 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. |
Remove any kubeconfig that is not part of the hostname or SAN values in configuration.
Which issue(s) this PR addresses:
Closes #