Problem statement
The node ssh functionality throws an error, Something went wrong
when accessed from Kubera UI.
Troubleshooting
To solve this issue, restart the `weave-scope-agent` pod which is running on that particular node. Execute the following commands:
Command:
kubectl get pods -n maya-system
Sample Output:
NAME READY STATUS RESTARTS AGE chaos-scheduler-dd748c8f8-7gv9j 1/1 Running 0 6d6h cluster-register-lb54h 0/1 Completed 0 6d6h cortex-agent-7cfbd554bb-r2mzw 1/1 Running 5 21h cstorpoolauto-0 1/1 Running 0 6d6h dmaas-agent-86b864fd94-dtwct 1/1 Running 0 6d6h dmaas-operator-84d5f88998-dp6jl 1/1 Running 0 6d6h fluentd-aggregator-774994d4dc-fbgnq 1/1 Running 0 6d6h fluentd-forwarder-5ncvr 1/1 Running 0 6d6h fluentd-forwarder-62rd5 1/1 Running 0 6d6h fluentd-forwarder-lcwzb 1/1 Running 0 6d6h kube-state-metrics-6f67cbc665-bq9fk 2/2 Running 0 6d6h litmus-manager-58c4bb558b-dh58b 1/1 Running 0 6d6h maya-io-agent-2pjbp 1/1 Running 0 3d1h maya-io-agent-47tvq 1/1 Running 0 3d1h openebs-manager-75fdff9599-24f5s 1/1 Running 0 6d6h openebs-upgrade-85d78877b4-sg6qm 1/1 Running 0 21h pv-exporter-frr86 2/2 Running 0 6d6h pv-exporter-vqd2s 2/2 Running 0 6d6h pv-exporter-zkktw 2/2 Running 0 6d6h restic-tnwwp 1/1 Running 0 6d6h restic-zrc6m 1/1 Running 0 6d6h status-agent-694c544748-gqb6l 1/1 Running 0 3d1h upgrade-controller-5b9d7bbfdd-j5fsg 1/1 Running 0 3d1h velero-b9494bff7-4dp6w 1/1 Running 0 6d6h weave-scope-agent-8dwrp 1/1 Running 0 6d6h weave-scope-agent-d4flj 1/1 Running 0 6d6h weave-scope-agent-vwbjf 1/1 Running 0 6d6h weave-scope-app-5c9798d8c6-hdxb9 1/1 Running 0 6d6h weave-scope-cluster-agent-78fdc476c9-jcvsp 1/1 Running 0 6d5h
To restart the pod, execute:
kubectl delete pod <weave-scope-agent-xxxxxxxx> -n maya-system
In case of any queries feel free to reach out to our support team at support@mayadata.io