Open wahmedswl opened 6 years ago
Hi, Kubernetes quick start script is not giving up IP, output of
kubectl --namespace default get svc vamp --template="{{range .status.loadBalancer.ingress}}{{.ip}}{{end}}"
is <no value> which is also reported in https://github.com/kubernetes/kubectl/issues/502#issue-334986731.
<no value>
also, while running locally i was able to retrieve hostname via
kubectl --namespace default get svc vamp -o jsonpath='{range.items[?(@.status.loadBalancer.ingress)]}{.status.loadBalancer.ingress[*].hostname}'
https://github.com/magneticio/vamp.io/blob/f9aa3e05571fe01f69994c3d8cda175ff340394d/static/res/v0.9.5/vamp_kube_quickstart.sh#L154
Thanks
Hi, tnx for reporting. We will release a new version of Vamp and a new installer for k8s very soon. Stay tuned.
Hi, Kubernetes quick start script is not giving up IP, output of
is
<no value>
which is also reported in https://github.com/kubernetes/kubectl/issues/502#issue-334986731.also, while running locally i was able to retrieve hostname via
https://github.com/magneticio/vamp.io/blob/f9aa3e05571fe01f69994c3d8cda175ff340394d/static/res/v0.9.5/vamp_kube_quickstart.sh#L154
Thanks