Contexts for the Clusters in Telco cloud are missing
2.2
2.3
kubeconfig is corrupted
cp /root/.kube/config /root/.kube/config.backup-$(date +%s) && cp /home/admin/.kube/config /root/.kube/config && curl -s http://127.0.0.1:8888/api/v1/managementclusters | jq -r '.[].id' | xargs -I {} bash -c 'KUBECONFIG=/opt/vmware/k8s-bootstrapper/{}/kubeconfig:/root/.kube/config kubectl config view --flatten > /tmp/config && mv /tmp/config /root/.kube/config'