ClusterD
Perform the following steps on any node to verify the installation status of ClusterD:
- Run the following command to check the ClusterD pod in a Kubernetes cluster. Ensure that the number of pods is 1, STATUS is Running, and READY is 1/1.
kubectl get pods -n mindx-dl -o wide | grep clusterd
Command output:1clusterd-7844cb867d-fwcj7 1/1 Running 0 2m14s <none> node133 <none> <none>
- Run the following command to query pod logs of ClusterD:
kubectl logs -f -n mindx-dl {name_of_the_ ClusterD_pod}If the following information is displayed, the component is normal.1 2 3 4 5 6
[INFO] 2024/07/24 13:58:30.602051 CST 1 hwlog@v0.10.12/api.go:105 cluster-info.log's logger init success W0724 13:58:30.602197 1 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. [INFO] 2024/07/24 13:58:30.603416 CST 1 grpc/grpc_init.go:57 cluster info server start listen ... W0724 13:58:30.621433 1 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. [INFO] 2024/07/24 13:58:30.621911 CST 258 job/factory.go:172 delete job summary cm goroutine started
Parent topic: Confirming Component Status