-
Story
-
Resolution: Done
-
Undefined
-
None
-
3
-
Serverless Sprint 164, Serverless Sprint 165
When deploying Knative Serving to OpenShift 4, we should default the domain in config-domain from example.com to the relevant value for the cluster.
This is available via a CRD in OpenShift 4:
oc get ingresses.config.openshift.io cluster -o jsonpath="{.spec.domain}"
This is one step towards getting working Knative hostnames out of the box.
Acceptance Criteria:
- (maybe) The install script sets the value automatically
- The new operator sets the value automatically