summaryrefslogtreecommitdiffstats
path: root/compass-tasks-k8s/arm64/run.sh
diff options
context:
space:
mode:
authorDi Xu <di.xu@arm.com>2018-05-16 17:04:18 +0800
committerDi Xu <di.xu@arm.com>2018-05-18 15:48:53 +0800
commit6829c69226b285dcc1be5a8ca05c81df33615874 (patch)
treeba8922fe2a4b8fc234e8b8beda528ad5c3b83260 /compass-tasks-k8s/arm64/run.sh
parent2b37a39287912d20ef86ec43e8f731d5b427fb29 (diff)
fixup docker package and upgrade k8s to 1.9.1
Change-Id: I05c53c3163845713d0d59ee2330edf3bae563e00 Signed-off-by: Di Xu <di.xu@arm.com>
Diffstat (limited to 'compass-tasks-k8s/arm64/run.sh')
-rw-r--r--compass-tasks-k8s/arm64/run.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/compass-tasks-k8s/arm64/run.sh b/compass-tasks-k8s/arm64/run.sh
index d75e28d..a9e9cee 100644
--- a/compass-tasks-k8s/arm64/run.sh
+++ b/compass-tasks-k8s/arm64/run.sh
@@ -10,15 +10,11 @@ rm -rf /opt/kargo_k8s
git clone https://github.com/kubernetes-incubator/kubespray.git /opt/kargo_k8s
cd /opt/kargo_k8s
-git checkout v2.2.1
+git checkout f4180503c891bea4b4b77a2f7cc93923411a7449 -b k8s1.9.1
-# bugfix: https://github.com/kubernetes-incubator/kubespray/pull/1727
-git format-patch -1 dae9f6d3 --stdout | git apply
# support etcd on arm64
git apply /root/etcd-arm64.patch
-# increase container startup timeout
-git apply /root/thunderx1.patch
# fix docker package
git apply /root/docker-pkg.patch
-pip install ansible==2.3.1.0
+pip install ansible==2.4.2.0