summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-04-25 21:28:48 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-04-26 02:30:23 +0000
commitc29eb81f79a51fcf4a1f64039c63b3607ce73ffc (patch)
tree2725c5c6de1b95164f616830f083ddef39415606
parentbe7994a6cc4b6b686b353e3b2e935a06850fb653 (diff)
adding the snapd install before running snap commanddanube.2.0
Change-Id: Ie29fef16a3552c0f62b446481704ba07ea189aa2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit 58de7a6e82d702ece924a772461a52c789f1e722)
-rwxr-xr-xci/k8.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/k8.sh b/ci/k8.sh
index a9274227..cb7dd497 100755
--- a/ci/k8.sh
+++ b/ci/k8.sh
@@ -6,6 +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 snap install kubectl --classic
fi