You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we setup watches for all objects installed by a cluster extension. It is expected that the controller will reconcile cluster extension content in case any of it is modified. However this does not work as expected.
Steps to reproduce:
Switch to main branch
make run
Deploy sample catalog
Deploy sample extension
Delete deployment of extension controller
Expected Result:
The controller should react and recreate the deployment
Actual Result:
The controller does not react
The text was updated successfully, but these errors were encountered:
Hi, thanks for the bug report. So to check things out, I immediately ran make test-e2e. All pass and we think they're fairly realistic end-to-end tests, so... Any chance you could reframe this bug report more along the lines of these tests (or at least with similar components and usages, Kind cluster, the catalog installer script, etc)? Seems like it would be more likely to result in a reproducer and be something folks can work on.
Hi Brett, there is not yet an e2e test for this scenario, I guess it will get implemented as part of work related to #737 The way the content is watched is changing so this will probably be fixed when #975 is done.
Since we setup watches for all objects installed by a cluster extension. It is expected that the controller will reconcile cluster extension content in case any of it is modified. However this does not work as expected.
Steps to reproduce:
make run
Expected Result:
The controller should react and recreate the deployment
Actual Result:
The controller does not react
The text was updated successfully, but these errors were encountered: