Skip to content
setup.sh 342 B
Newer Older
Дмитрий Сафронов's avatar
Дмитрий Сафронов committed
#!/usr/bin/env sh

Дмитрий Сафронов's avatar
Дмитрий Сафронов committed
#cd kubespray
#git submodule init
#git submodule update
#cd ..

apk add --no-cache build-base python3-dev libffi-dev libressl-dev
Дмитрий Сафронов's avatar
Дмитрий Сафронов committed
python3 -m venv --upgrade --system-site-packages .venv-kubespray
Дмитрий Сафронов's avatar
Дмитрий Сафронов committed
.venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel
.venv-kubespray/bin/pip3 install -r kubespray/requirements.txt