Charms enters Error
state when deployed on its own: lightkube.core.exceptions.LoadResourceError: No module named 'lightkube.resources.metacontroller_v1alpha1'
#66
Labels
bug
Something isn't working
Bug Description
The
resource -dispatcher
charm enters anError
state when deployed on its own, with this error message from the debug logs:The issue seems to be that some CRDs are missing that are usually applied with the
metacontroller-operator
charm.To Reproduce
resource-dispatcher
charm withjuju deploy resource-dispatcher --trust
Error
state after some timeEnvironment
Charm channel:
latest/stable
Juju:
3.4.5
Microk8s:
1.29
Relevant Log Output
Additional Context
We should probably handle the CRD missing and put the charm into a
Blocked
state.The text was updated successfully, but these errors were encountered: