- Right now there is redundant info and a lot of repetition in https://github.com/openshift-knative/serverless-operator/blob/94e26851addb247acaa3084580c58b2a52316697/openshift-knative-operator/cmd/operator/kodata/knative-serving/0.19.0/0-rbac-proxy.yaml It is better to move that setup in the Serving extension reconcile code.
- Due to metric backend issues we needed several times to deactivate completely the monitoring feature which in many cases results in reverting code that assumed monitoring is on by default. In the latest case https://github.com/openshift-knative/serverless-operator/blob/master/openshift-knative-operator/cmd/operator/kodata/knative-serving/0.19.0/0-rbac-proxy.yaml we needed to revert the work for the Serving control plane service monitors, because Prometheus targets were down by default if the endpoints were disabled. We need better management of the monitoring resources depending on the observability config.