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
Let the operator remove virt-controller generated traces #3006
Let the operator remove virt-controller generated traces #3006
Conversation
|
/hold Functional test is there but some unit tests are missing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally lgtm, just minor questions
virt-api registers apiservices and webhooks which it does not delete. On uninstall during the operator this lead to incomplete uninstalls which could block future namespace deletions. While letting still virt-api creating all these objects, let virt-operator now manage their removal. The control is still not fully handed over to virt-operator since there are still people using the manifest-only installation path without the operator. Signed-off-by: Roman Mohr <rmohr@redhat.com>
e7666a8
to
e61863c
Compare
|
/hold cancel |
| @@ -873,6 +873,18 @@ spec: | |||
| By("Sanity Checking Deployments infrastructure is deleted") | |||
| sanityCheckDeploymentsDeleted() | |||
|
|
|||
| By("ensuring that namespaces can be successfully created and deleted") | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should in future prevent that we leave anything behind which can block namespace management.
|
/test pull-kubevirt-e2e-kind-k8s-sriov-1.14.2 |
|
/lgtm |
|
/approve @danielBelenky thx for the review. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rmohr 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 |
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
What this PR does / why we need it:
virt-api registers apiservices and webhooks which it does not delete. On
uninstall during the operator this lead to incomplete uninstalls which
could block future namespace deletions.
While letting still virt-api creating all these objects, let
virt-operator now manage their removal. The control is still not fully
handed over to virt-operator since there are still people using the
manifest-only installation path without the operator.
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 #1491
Special notes for your reviewer:
Release note: