Skip to content

Commit ad518e3

Browse files
committed
use knativetutorial instead of myproject
and chmod +x call.sh
1 parent b4a32f1 commit ad518e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

01-basics/bin/call.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
INGRESSGATEWAY=istio-ingressgateway
44
IP_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

documentation/modules/ROOT/pages/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INGRESSGATEWAY=istio-ingressgateway
2121
IP_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]

0 commit comments

Comments
 (0)