Pre_install_check: Correct Error in the instructions to collect the INGRESS HOST
lasiva opened this issue · 1 comments
lasiva commented
$ export INGRESS_HOST=externalIP=$(kubectl -n get service -o jsonpath='{.status.loadBalancer.ingress[*].ip}')
But if you use the INGRESS_HOST variable after that the check will fail because of the "externalIP=" string. Remove externalIP
kevinlinglesas commented
Addressed in release 1.4.0