File tree Expand file tree Collapse file tree
documentation/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33INGRESSGATEWAY=istio-ingressgateway
44IP_ADDRESS=" $( minishift ip) :$( kubectl get svc $INGRESSGATEWAY --namespace istio-system --output ' jsonpath={.spec.ports[?(@.port==80)].nodePort}' ) "
55
6- curl -H " Host: greeter.myproject .example.com" $IP_ADDRESS
6+ curl -H " Host: greeter.knativetutorial .example.com" $IP_ADDRESS
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ INGRESSGATEWAY=istio-ingressgateway
2121IP_ADDRESS="$(minishift ip):$(kubectl get svc $INGRESSGATEWAY -- namespace istio-system -- output 'jsonpath={.spec.ports[?(@.port==80)].nodePort}' )"
2222
2323# calling a knative service named greeter
24- curl -H "Host: greeter.myproject .example.com" $IP_ADDRESS
24+ curl -H "Host: greeter.knativetutorial .example.com" $IP_ADDRESS
2525----
2626
2727[#faq-q2]
You can’t perform that action at this time.
0 commit comments