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.
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 usingOwnerReference
. Note: Cluster-scoped resources should continue using the label-based approach.