Update 'deploy/install_knative.sh'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
affbe46d96
commit
bbc35880df
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
#Download and unpack istio
|
||||
ISTIO_VERSION=1.3.4
|
||||
ISTIO_VERSION=1.4.4
|
||||
curl -L https://git.io/getLatestIstio | sh -
|
||||
cd istio-${ISTIO_VERSION}
|
||||
|
||||
@ -32,7 +32,7 @@ helm template --namespace=istio-system \
|
||||
|
||||
kubectl apply -f istio-lean.yaml
|
||||
|
||||
cd..
|
||||
cd ..
|
||||
|
||||
#Install Knative
|
||||
kubectl apply --selector knative.dev/crd-install=true \
|
||||
|
Loading…
Reference in New Issue
Block a user