我要评分
获取效率
正确性
完整性
易理解

Uninstalling Kunpeng TAP

Stop and uninstall the plugin if it is not required. Uninstall the plugin on the compute node.

  1. Delete the kubelet parameter.

    Delete the previously added parameter --docker-endpoint=unix:///var/run/kunpeng/tap-runtime-proxy.sock and restart the kubelet.

    systemctl daemon-reload
    systemctl restart kubelet
    systemctl status kubelet
  2. On the compute node, go to the topology-affinity-plugin source code directory and run the following commands to uninstall the plugin:
    1
    2
    cd /path/to/topology-affinity-plugin
    make uninstall-service
    

    In the preceding command, replace /path/to/topology-affinity-plugin with the actual path to the Kunpeng TAP source code.

  3. Check whether the plugin has been deleted.
    1
    2
    # systemctl status kunpeng-tap
    Unit kunpeng-tap.service could not be found.