Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-1057

DomainMapping certificate secret update not propagated with net-kourier

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.32.0
    • 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)

              rhn-support-knakayam Kenjiro Nakayama (Inactive)
              maschmid@redhat.com Marek Schmidt
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: