Commit 0b7e3bd3 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files
parent 2a3c2808
Loading
Loading
Loading
Loading

.gitmodules

deleted100644 → 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
+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