-
Notifications
You must be signed in to change notification settings - Fork 33
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
remove deployment of policy-controller for now #338
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #338 +/- ##
==========================================
+ Coverage 64.44% 64.76% +0.31%
==========================================
Files 35 35
Lines 3794 3794
==========================================
+ Hits 2445 2457 +12
+ Misses 1156 1146 -10
+ Partials 193 191 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
You'll need to manually remove the CRDs and Roles added by the policy-controller from here https://github.com/Kuadrant/kuadrant-operator/tree/main/bundle/manifests. The bundle command doesn't remove these unfortunately. |
95655e6
to
933b1fa
Compare
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.
I reckon we can leave the targets for metallb even if atm there's no practical use for those.
fyi, we plan to still add these docs but with an extra step to install the policy-controller #322, this will still require metallb. |
@didierofrivia I see the integration tests failed. I don't think they are to do with this change. Still ok to merge? |
Docs PR is updated now #322 @maleck13 @didierofrivia fyi |
@maleck13 rebasing with main should fix the test failing |
remove leftover manifests
933b1fa
to
a81859e
Compare
@didierofrivia still looks to be failing any help would be appreciated . Seems to also be failing on just a docs update #322 |
remove leftover manifests
When we deploy a hub and spoke in the same cluster, we end up with two policy controllers running. So rather than rush into this deployment model, going to remove the policy controller from the kuadrant-operator CSV for now. We will update a the docs and explain that in a single cluster you can use the policy-controller in a single cluster and provide a command to install via kustomize
Kuadrant/multicluster-gateway-controller#693