You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run knative with cilium as a gateway. My scheme involves per namespace certificates generated by certmanager DNS01 challenge (wildcard TLS). I can start one ksvc with my configuration. But starting yet another ksvc in the same namespace just fails with ReferenceGrant %s not owned by this object. Seems like autoTLS with wildcard certs is just not supported by the current plugin. I see no options to overcome it.
As you might see, it has ownerReference of the first ksvc i have deployed. Deploying anything else fails.
Is there a way to overcome this? I've tried to create a ReferenceGrant manually, but ksvc deployment still fails with the same error, because it's not owned by it.
The text was updated successfully, but these errors were encountered:
I'm trying to run
knative
withcilium
as a gateway. My scheme involves per namespace certificates generated bycertmanager
DNS01 challenge (wildcard TLS). I can start oneksvc
with my configuration. But starting yet anotherksvc
in the same namespace just fails withReferenceGrant %s not owned by this object
. Seems like autoTLS with wildcard certs is just not supported by the current plugin. I see no options to overcome it.My
knative
instance is deployed with operator:Gateways:
Gateway config:
The plugin generates a ReferenceGrant:
As you might see, it has ownerReference of the first
ksvc
i have deployed. Deploying anything else fails.Is there a way to overcome this? I've tried to create a ReferenceGrant manually, but
ksvc
deployment still fails with the same error, because it's not owned by it.The text was updated successfully, but these errors were encountered: