-
Bug
-
Resolution: Done
-
Blocker
-
1.13.0
-
None
-
None
Since k8s 1.20 (OCP 4.7), the cluster-scoped resources that are owned-by namespace resources failed to be deployed.
Please refer to the issue in this log especially event log.
default 24m Warning OwnerRefInvalidNamespace clusterdomainclaim/domain-mapping-eqjczaoj.example.org ownerRef [serving.knative.dev/v1alpha1/DomainMapping, namespace: , name: domain-mapping-eqjczaoj.example.org, uid: 90676189-b2ad-4419-91e6-140de77ddb8f] does not exist in namespace ""
Also even on OCP 4.6, it is not safe.
To fix it, we need to backport https://github.com/knative/serving/pull/10503.