-
Bug
-
Resolution: Done
-
Major
-
1.28.0, 1.29.0, 1.31.0, 1.30.1
-
None
-
False
-
None
-
False
-
Updating the secret specified in DomainMapping now triggers the reconcile loop. You don't need to rename the secret or delete the Knative Ingress resource to trigger the reconcile loop anymore.
-
Known Issue
-
Done
-
-
Having a DomainMapping with a TLS secret
apiVersion: serving.knative.dev/v1beta1 kind: DomainMapping metadata: name: helloworld.example.com namespace: foobar spec: ref: apiVersion: serving.knative.dev/v1 kind: Service name: helloworld-go namespace: foobar tls: secretName: helloworld-go
Updating the certificate in the secret (via oc apply on the secret) does not change the actually served certificate with net-kourier. (The same scenario works fine with net-istio)