From b5f2330198ba9eb581972f1f394f7cf8c3ed2db8 Mon Sep 17 00:00:00 2001 From: Yapeng Wu Date: Thu, 18 Jan 2018 20:10:06 +0000 Subject: Add istio 0.4 installation on top of k8s 1.9 Based on k8s 1.9 (kubeadm_basic) installation, adding the istio 0.4 installation and simple validation. Change-Id: Iee2c71974fb2b33df0f9342e0bfd9e96e4dab8f5 Signed-off-by: Yapeng Wu --- src/vagrant/kubeadm_istio/deploy.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 src/vagrant/kubeadm_istio/deploy.sh (limited to 'src/vagrant/kubeadm_istio/deploy.sh') diff --git a/src/vagrant/kubeadm_istio/deploy.sh b/src/vagrant/kubeadm_istio/deploy.sh new file mode 100755 index 0000000..d947645 --- /dev/null +++ b/src/vagrant/kubeadm_istio/deploy.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -ex +DIR="$(dirname `readlink -f $0`)" + +cd $DIR +../cleanup.sh +vagrant up +vagrant ssh master -c "/vagrant/istio/deploy.sh" +vagrant ssh master -c "/vagrant/istio/bookinfo.sh" +vagrant ssh master -c "/vagrant/istio/clean_bookinfo.sh" + -- cgit 1.2.3-korg