This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Transition Ownership From Labels to OwnerReference #383
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
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.The text was updated successfully, but these errors were encountered: