Installing the Kubernetes Topology Manager
To install the Kubernetes Topology Manager, obtain the patch file from Gitee, place the patch file in the Kubernetes root directory for compilation, and restart the kubelet service for the patch to take effect.
- Obtain the patch.
- Copy the tpmanager.patch file to the Kubernetes root directory.
1patch -p1 <tpmanager.patch
- Perform compilation.
1make
- View the compiled binary file.
1 2
ls _output/local/bin/linux/arm64/ cp _output/local/bin/linux/arm64/kubelet /usr/bin/
- Restart the kubelet service.
1systemctl restart kubelet