diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-04-25 21:28:48 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-04-26 02:30:23 +0000 |
commit | c29eb81f79a51fcf4a1f64039c63b3607ce73ffc (patch) | |
tree | 2725c5c6de1b95164f616830f083ddef39415606 | |
parent | be7994a6cc4b6b686b353e3b2e935a06850fb653 (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-x | ci/k8.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |