Rate This Document
Findability
Accuracy
Completeness
Readability

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.

  1. Obtain the patch.
  2. Copy the tpmanager.patch file to the Kubernetes root directory.
    1
    patch -p1 <tpmanager.patch
    
  3. Perform compilation.
    1
    make
    
  4. View the compiled binary file.
    1
    2
    ls _output/local/bin/linux/arm64/
    cp  _output/local/bin/linux/arm64/kubelet  /usr/bin/
    
  5. Restart the kubelet service.
    1
    systemctl restart kubelet