Skip to content
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

Set owner reference for all objects deployed by operator #731

Closed
wants to merge 1 commit into from

Conversation

e0ne
Copy link
Collaborator

@e0ne e0ne commented Jul 10, 2024

We need to set owner reference for cluster-wide objects too to cleanup everything during operator uninstall procedure.

Originally this change was made as a part of "Upgrade to opertor-sdk v0.15.1" [1] commit.

[1] ada7e92#diff-e2b986deac1ca0cc19847ec39fecb01d7ae6253efcf018723e78555fb7c63ea1R406

We need to set owner reference for cluster-wide objects too to cleanup
everything during operator uninstall procedure.

Originally this change was made as a part of "Upgrade to opertor-sdk v0.15.1"
[1] commit.

[1] k8snetworkplumbingwg@ada7e92#diff-e2b986deac1ca0cc19847ec39fecb01d7ae6253efcf018723e78555fb7c63ea1R406
Copy link

Thanks for your PR,
To run vendors CIs use one of:

  • /test-all: To run all tests for all vendors.
  • /test-e2e-all: To run all E2E tests for all vendors.
  • /test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.

To skip the vendors CIs use one of:

  • /skip-all: To skip all tests for all vendors.
  • /skip-e2e-all: To skip all E2E tests for all vendors.
  • /skip-e2e-nvidia-all: To skip all E2E tests for NVIDIA vendor.
    Best regards.

@e0ne e0ne closed this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant