Преглед на файлове

libvirt - Add ingress reconfig steps

Scott Dodson преди 6 години
родител
ревизия
d229d0d237
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      test/libvirt/README.md

+ 7 - 0
test/libvirt/README.md

@@ -51,5 +51,12 @@ Be sure to save that to ~/images/ and xz -d.
 
 ./deploy_centos.sh
 
+## 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.
+
+`oc patch clusteringresses/default -n openshift-ingress-operator -p '{"spec":{"highAvailability":{"type":"UserDefined"}}}' --type merge && oc delete all --all -n openshift-ingress`
+
 ## Cleanup
 Afterwards, you can cleanup with ./cleanup.sh