소스 검색

Merge pull request #10978 from sdodson/devel-40-ingress

libvirt - Add ingress reconfig steps
Scott Dodson 6 년 전
부모
커밋
8e2a7b545b
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      test/libvirt/README.md

+ 10 - 0
test/libvirt/README.md

@@ -51,5 +51,15 @@ 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 it.
+
+`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