Installing protoc
- Install Protoc on the management and compute nodes.
- This section uses Protoc 3.11.4 as an example.
Procedure
- Download protoc 3.11.4.
cd /root wget -c https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-aarch_64.zip
- Decompress the package and install protoc.
sudo unzip protoc-3.11.4-linux-aarch_64.zip -d /usr/local

- Check whether protoc is successfully installed.
protoc --version
If the Protoc version is displayed, the installation is successful.
Parent topic: Deploying the Kubernetes Cluster