For CDE Private Cloud running on Red Hat OpenShift Container
Platform (OCP), you must configure a route admission policy.
You must configure the OpenShift cluster for running applications in
multiple namespaces with the same domain name. Run the following
commands. If you have not installed the oc
command line
utility, install it using the instructions in the OpenShift
documentation. For instructions on downloading the OCP kubeconfig file,
see Downloading the kubernetes
Configuration.
export KUBECONFIG=</path/to/ocp-kubeconfig>
oc -n openshift-ingress-operator patch ingresscontroller/default --patch '{"spec":{"routeAdmission":{"namespaceOwnership":"InterNamespaceAllowed"}}}' --type=merge