|
@@ -53,10 +53,13 @@ Be sure to save that to ~/images/ and xz -d.
|
|
|
|
|
|
## Console Access / Ingress
|
|
|
The console relies on a route exposed via the ingress operator which installs by
|
|
|
-default assuming cloud provider support for service type loadbalancers. Reconfigure
|
|
|
-and redeploy it so that it uses host networking.
|
|
|
+default assuming cloud provider support for service type loadbalancers. Reconfigure it.
|
|
|
|
|
|
-`oc patch clusteringresses/default -n openshift-ingress-operator -p '{"spec":{"highAvailability":{"type":"UserDefined"}}}' --type merge && oc delete all --all -n openshift-ingress`
|
|
|
+`oc patch clusteringresses/default -n openshift-ingress-operator -p '{"spec":{"highAvailability":{"type":"UserDefined"}}}' --type merge`
|
|
|
+
|
|
|
+And until https://github.com/openshift/cluster-ingress-operator/pull/94 merges
|
|
|
+delete all the objects in openshift-ingress namespace so the operator recreates them.
|
|
|
+`oc delete all --all -n openshift-ingress`
|
|
|
|
|
|
## Cleanup
|
|
|
Afterwards, you can cleanup with ./cleanup.sh
|