Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/kubespray/script/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "Install sshpass"
sudo apt-get -y install sshpass

echo "Install kubespray's requirements and ansible is included"
sudo apt-get -y remove python3-cryptography # avoid conflict with pip
sudo apt-get -y remove python3-cryptography python3-cffi # avoid conflict with pip
sudo python3 -m pip install -r ${HOME}/pai-deploy/kubespray/requirements.txt

# workaround python3-apt issue
Expand Down
1 change: 1 addition & 0 deletions contrib/kubespray/script/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ jinja2==3.1.4
pyOpenSSL==24.1.0
requests==2.32.3
oauthlib==3.3.1
cffi==2.0.0