Default status for HTTPProxy resources #4132
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
When a new HTTPProxy is created, if Contour isn't yet running or functioning properly, then no status is set on the resource.
We should setup kubebuilder defaults to set the initial status to be
status: "Unknown", reason:"NotReconciled", message:"Waiting for controller"
for all HTTPProxy resources when created.The text was updated successfully, but these errors were encountered: