Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 233 Bytes

kubespray_on_ubuntu.md

File metadata and controls

11 lines (9 loc) · 233 Bytes

Prepare to install Kubespray on Ubuntu 20.04

  1. Install python3 pip
sudo apt install python3-pip
  1. Upgrade pip version to latest
sudo pip3 install --upgrade pip