Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with _docs/samples/bookinfo.md #126

Closed
mukundha opened this issue May 8, 2017 · 3 comments
Closed

Issue with _docs/samples/bookinfo.md #126

mukundha opened this issue May 8, 2017 · 3 comments

Comments

@mukundha
Copy link
Contributor

mukundha commented May 8, 2017

jsonpath fails when i run this -
export GATEWAY_URL=$(kubectl get po -l istio=ingress -o jsonpath={.items[0].status.hostIP}):$(kubectl get svc istio-ingress -o jsonpath={.spec.ports[0].nodePort})

is this istio=ingress correct?

@frankbu
Copy link
Collaborator

frankbu commented May 8, 2017

It should work, istio=ingress is correct.

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: istio-ingress
spec:
  replicas: 1
  template:
    metadata:
      annotations:
        alpha.istio.io/sidecar: ignore
      labels:
        istio: ingress
    ...

Is the ingress controller up and running if you check with kubectl get po?

@ahmetb
Copy link
Contributor

ahmetb commented May 9, 2017

@mukundha what's the error? is it this: #139 ?

@mukundha
Copy link
Contributor Author

ah yes @ahmetb - i am running in zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants