skupper
skupper copied to clipboard
[v2] Anomolous CRD-application behavior
Describe the bug When applying CRDs to a cluster, the "connector" CRD always reports "configured" even when it is unchanged. Other CRDs do not do this.
How To Reproduce Apply the CRD from the v2 branch:
kubectl apply -f https://raw.githubusercontent.com/skupperproject/skupper/v2/api/types/crds/skupper_connector_crd.yaml
Expected behavior After the first application, I expect the result to be "unchanged"
Environment details
- Skupper CLI: None used
- Skupper Operator (if applicable): head of the v2 branch
- Platform: openshift
Additional context None