请在任意节点执行以下步骤验证Ascend Operator的安装状态。
kubectl get pods -n mindx-dl -o wide | grep ascend-operator
回显示例:
1 | ascend-operator-manager-b59774f7-8l5gn 1/1 Running 0 6m52s 192.168.102.67 ubuntu <none> <none> |
kubectl logs -n mindx-dl {Ascend-operator组件的Pod名字}
回显示例如下,表示组件正常运行。
1 2 3 4 5 | root@ubuntu:~# kubectl logs -n mindx-dl ascend-operator-manager-b59774f7-8l5gn [INFO] 2023/03/20 17:48:34.308373 1 hwlog/api.go:108 ascend-operator.log's logger init success [INFO] 2023/03/20 17:48:34.308469 1 ascend-operator/main.go:86 ascend-operator starting and the version is xxx [INFO] 2023/03/20 17:48:34.964296 1 ascend-operator/main.go:101 starting manager ... |