Loading .gitmodulesdeleted 100644 → 0 +0 −3 Original line number Diff line number Diff line [submodule "kubespray"] path = kubespray url = https://gitlab.cyberbrain.pw/tools/kubespray.git kubespray @ 7dd4b3f1 Original line number Diff line number Diff line Subproject commit 7dd4b3f173a5366fa146969ae6abaccaf2a04daf setup.sh +1 −6 Original line number Diff line number Diff line #!/usr/bin/env sh #cd kubespray #git submodule init #git submodule update #cd .. #apk add --no-cache build-base python3-dev libffi-dev libressl-dev git submodule add --name kubespray --depth 1 "${KUBESPRAY_REPO:-https://github.com/southbridgeio/kubespray.git}" python3 -m venv --upgrade --system-site-packages .venv-kubespray .venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel Loading Loading
.gitmodulesdeleted 100644 → 0 +0 −3 Original line number Diff line number Diff line [submodule "kubespray"] path = kubespray url = https://gitlab.cyberbrain.pw/tools/kubespray.git
kubespray @ 7dd4b3f1 Original line number Diff line number Diff line Subproject commit 7dd4b3f173a5366fa146969ae6abaccaf2a04daf
setup.sh +1 −6 Original line number Diff line number Diff line #!/usr/bin/env sh #cd kubespray #git submodule init #git submodule update #cd .. #apk add --no-cache build-base python3-dev libffi-dev libressl-dev git submodule add --name kubespray --depth 1 "${KUBESPRAY_REPO:-https://github.com/southbridgeio/kubespray.git}" python3 -m venv --upgrade --system-site-packages .venv-kubespray .venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel Loading