Installation
Begin by installing curl on your ubuntu server.
sudo apt-get -y install curl
Proceed to execute the following command to download and run the Kompute node installer.
curl -sL node.kompute.network | bash
After running this command, the following linux dependencies will be installed automatically:
- ansible
- python3
- python3-pip
- kubectl
- kubeadm
- kubelet
The following pip3 packages will be installed automatically:
- ipfshttpclient
- web3
The following linux services will be configured automatically:
- kompute
- kubelet
Last modified 6mo ago