sassoftware/viya4-ark

Pre_install_check: Correct Error in the instructions to collect the INGRESS HOST

lasiva opened this issue · 1 comments

$ 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