From d543c8ef954848dbaa914bc6ea5cf564e8ee6e12 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Fri, 15 Sep 2023 12:21:46 -0700 Subject: [PATCH] Update test Signed-off-by: Alex Leong --- test/linkerd/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/linkerd/install.sh b/test/linkerd/install.sh index b7b101e1b..7a3991a75 100755 --- a/test/linkerd/install.sh +++ b/test/linkerd/install.sh @@ -2,8 +2,7 @@ set -o errexit -LINKERD_VER="stable-2.13.2" -LINKERD_SMI_VER="0.2.0" +LINKERD_VER="stable-2.14.0" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin @@ -18,10 +17,6 @@ ${REPO_ROOT}/bin/linkerd install --crds | kubectl apply -f - ${REPO_ROOT}/bin/linkerd install | kubectl apply -f - ${REPO_ROOT}/bin/linkerd check -echo ">>> Installing Linkerd SMI" -${REPO_ROOT}/bin/linkerd-smi install | kubectl apply -f - -${REPO_ROOT}/bin/linkerd-smi check - echo ">>> Installing Linkerd Viz" ${REPO_ROOT}/bin/linkerd viz install | kubectl apply -f - kubectl -n linkerd-viz rollout status deploy/prometheus