From c21e199a328c1d52232c213d2b243016cca46812 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 1 May 2017 14:32:51 -0500 Subject: added support for install from git repository. please modify default_deployment_config.yaml to install from release repo for ocata,master etc. Also user can define their own URL and more information can be obtained at jujucharms.com Change-Id: I4943dbf68c6d980b2a2da65417b16631df768b48 Signed-off-by: Narinder Gupta --- ci/k8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/k8.sh') diff --git a/ci/k8.sh b/ci/k8.sh index cb7dd497..5e0f4a49 100755 --- a/ci/k8.sh +++ b/ci/k8.sh @@ -6,7 +6,7 @@ mkdir -p ~/.kube || true juju scp kubernetes-master/0:config ~/.kube/config || true if [ ! -f /snap/kubectl/current/kubectl ]; then - sudo apt-get install snapd + sudo apt-get install snapd -y sudo snap install kubectl --classic fi -- cgit 1.2.3-korg