From bbc35880dffb0586fa58960d2e5f7c2405b89851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 18 Feb 2020 21:28:25 +0100 Subject: [PATCH] Update 'deploy/install_knative.sh' --- deploy/install_knative.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/install_knative.sh b/deploy/install_knative.sh index 6ca8c90..0aadc7a 100644 --- a/deploy/install_knative.sh +++ b/deploy/install_knative.sh @@ -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 \