skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

[v2] Anomolous CRD-application behavior #1717

Closed ted-ross closed 3 weeks ago

ted-ross commented 1 month ago

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

Additional context None