Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
be7994a
)
adding the snapd install before running snap command
09/33809/1
danube.2.0
author
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 26 Apr 2017 02:28:48 +0000
(21:28 -0500)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 26 Apr 2017 02:30:23 +0000
(
02:30
+0000)
Change-Id: Ie29fef16a3552c0f62b446481704ba07ea189aa2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit
58de7a6e82d702ece924a772461a52c789f1e722
)
ci/k8.sh
patch
|
blob
|
history
diff --git
a/ci/k8.sh
b/ci/k8.sh
index
a927422
..
cb7dd49
100755
(executable)
--- 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