Supported Software
The dependencies of ARM are different from those of x86. Select dependencies based on the system architecture.
Ensure that the following software is installed:
- Docker has been installed. For details, see Docker Engine Installation Overview.
- The Ascend Docker Runtime has been installed. For details about how to install Ascend-docker-runtime_{version}_linux-{arch}.run, see Installing Ascend Docker Runtime.
If the Ascend Device Plugin is deployed on an Atlas 200I Soc A1 core board, you do not need to install the Ascend Docker Runtime.
- The Kubernetes cluster has been set up, and at least the master node has been de-isolated. For details, see Installing Kubernetes.
- Run the following command to de-isolate a single node:
kubectl taint nodes <hostname> node-role.kubernetes.io/master-
- Run the following command to de-isolate all nodes:
kubectl taint nodes --all node-role.kubernetes.io/master-
- Run the following command to de-isolate a single node:
Parent topic: Software