Is your feature request related to a problem? Please describe.
Each time that a custom resource is changed, the user needs to run the command skupper system reload to make the changes effective.
This suggested change consist of finding an additional way to reload custom resources while avoiding running the reload command.
Describe the solution you'd like
Custom resources' changes (create/update/delete) should be watched by the system-controller.
Additionally, add an environment variable to switch off this feature.
Additional context
This change will be applicable only to docker and podman platforms for now.