mirror of https://github.com/knative/docs.git
fix istio install (#2826)
This commit is contained in:
parent
6b3f8aad17
commit
4f1c203ff5
|
@ -17,7 +17,7 @@
|
||||||
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
|
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
|
||||||
|
|
||||||
function install_istio() {
|
function install_istio() {
|
||||||
ISTIO_VERSION=$(curl https://raw.githubusercontent.com/knative-sandbox/net-istio/master/third_party/istio-stable)
|
ISTIO_VERSION=istio-stable
|
||||||
echo ">> Bringing up Istio"
|
echo ">> Bringing up Istio"
|
||||||
echo ">> Running Istio CRD installer"
|
echo ">> Running Istio CRD installer"
|
||||||
kubectl apply -f "https://raw.githubusercontent.com/knative-sandbox/net-istio/master/third_party/${ISTIO_VERSION}/istio-crds.yaml" || return 1
|
kubectl apply -f "https://raw.githubusercontent.com/knative-sandbox/net-istio/master/third_party/${ISTIO_VERSION}/istio-crds.yaml" || return 1
|
||||||
|
|
Loading…
Reference in New Issue