Issue with Ambassador Mapping

663 Views Asked by At

enter image description hereI am going through this tutorial .My ambassador end point is not setting up after using this command

export AMBASSADOR_LB_ENDPOINT=$(kubectl -n ambassador get svc ambassador -o "go-template={{range .status.loadBalancer.ingress}}{{or .ip .hostname}}{{end}}")

If I try to print echo $AMBASSADOR_LB_ENDPOINT it returns empty. kubectl get svc gave me below output. Any idea what's wrong with my configuration.

1

There are 1 best solutions below

0
On BEST ANSWER

It was problem regarding Minikube. It got solved.

I followed the steps given here