magneticio / vamp.io

the vamp.io website
Apache License 2.0
24 stars 17 forks source link

Kubernets, Quick Start #165

Open wahmedswl opened 6 years ago

wahmedswl commented 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.

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

olafmol commented 6 years ago

Hi, tnx for reporting. We will release a new version of Vamp and a new installer for k8s very soon. Stay tuned.