-
Task
-
Resolution: Done
-
Blocker
-
1.27.0, 1.33.0, 1.34.0
-
None
-
2
-
False
-
-
True
-
-
-
Serverless Docs Sprint 1, Serverless Docs Sprint 2, Serverless Docs Sprint 3, Serverless Docs Sprint 4, Serverless Docs Sprint 5
DRAFT
Please add the following sentences to the bottom in the section - https://docs.openshift.com/container-platform/latest/serverless/knative-serving/config-applications/serverless-config-tls.html
When you changed the defaultCertificate in IngressController, you need one extra setting.
For example, you have the defaultCertificate in IngressController as:
apiVersion: operator.openshift.io/v1
kind: IngressController
...
spec:
defaultCertificate:
name: ca-ingress-cert
Please configure openshift-ingress-default-certificate in KnativeServing.
$ oc edit knativeserving -n knative-serving <YOUR_KNATIVE_SERVING_CR NAME> ... spec: config: network: internal-encryption: "true" openshift-ingress-default-certificate: "ca-ingress-cert"
- documents
-
SRVKS-955 Allow openshift-serverless to use the custom certificate name for Kourier Gateway
-
- Closed
-
- links to