summaryrefslogtreecommitdiffstats
path: root/compass-tasks-k8s/arm64/run.sh
diff options
context:
space:
mode:
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