projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Transition Ownership From Labels to OwnerReference #383

Open danehans opened 3 years ago

danehans commented 3 years ago

Please describe the problem you have With #382, namespaced-scoped operands, i.e. Envoy DaemonSet, reside in the same namespace as the Contour. This allows using an OwnerReference instead of labels for managing the Contour<>operand relationship. The current CONTOUR_NS/CONTOUR_NAME label-based approach should be transitioned to using OwnerReference. Note: Cluster-scoped resources should continue using the label-based approach.

danehans commented 3 years ago

Requires https://github.com/projectcontour/contour-operator/issues/386 to be fixed.