Investigate server-side apply to allow cooperating controllers
Refs: https://kubernetes.io/docs/reference/using-api/server-side-apply/ https://github.com/knative-sandbox/net-contour/issues/347#issuecomment-838613107
This would allow customization of the resources we create
/assign @dprotaso
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/lifecycle frozen
Following up here - I'm wondering if it's possible for a webhook to add defaults which the controller ignores after the fact
FYI there's a server-side apply bug upstream that's worth keeping tabs on - https://github.com/kubernetes/kubernetes/issues/111937
I don't believe if blocks this issue