Uninstalling Kunpeng TAP
Stop and uninstall the plugin if it is not required. Uninstall the plugin on the compute node.
- 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
- 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.
- Check whether the plugin has been deleted.
1 2
# systemctl status kunpeng-tap Unit kunpeng-tap.service could not be found.