mirror of https://github.com/istio/istio.io.git
parent
754da07b89
commit
a330da319b
|
|
@ -127,7 +127,7 @@ Make sure the default namespace does not include the label `istio-injection=enab
|
||||||
Set the environment variables for the Kubernetes Gateway:
|
Set the environment variables for the Kubernetes Gateway:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ kubectl wait --for=condition=programmed gtw/bookinfo-gateway -n istio-system
|
$ kubectl wait --for=condition=programmed gtw/bookinfo-gateway
|
||||||
$ export GATEWAY_HOST=bookinfo-gateway-istio.default
|
$ export GATEWAY_HOST=bookinfo-gateway-istio.default
|
||||||
$ export GATEWAY_SERVICE_ACCOUNT=ns/default/sa/bookinfo-gateway-istio
|
$ export GATEWAY_SERVICE_ACCOUNT=ns/default/sa/bookinfo-gateway-istio
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ kubectl apply -f samples/bookinfo/gateway-api/bookinfo-gateway.yaml
|
||||||
}
|
}
|
||||||
|
|
||||||
snip_deploy_the_sample_application_4() {
|
snip_deploy_the_sample_application_4() {
|
||||||
kubectl wait --for=condition=programmed gtw/bookinfo-gateway -n istio-system
|
kubectl wait --for=condition=programmed gtw/bookinfo-gateway
|
||||||
export GATEWAY_HOST=bookinfo-gateway-istio.default
|
export GATEWAY_HOST=bookinfo-gateway-istio.default
|
||||||
export GATEWAY_SERVICE_ACCOUNT=ns/default/sa/bookinfo-gateway-istio
|
export GATEWAY_SERVICE_ACCOUNT=ns/default/sa/bookinfo-gateway-istio
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue