kubectl get pod -n kubermatickubectl logs -n kubermatic $PODNAME to find out the issueThe individual components and their purpose are:
kubermatic-ui: Provides the UIkubermatic-api: Provides the APImaster-controller: Sets up access for users to projects and clusterscontroller-manager: Creates all the components required for a cluster control planehttps://kubermatic/projects/project-id/dc/dc-name/clusters/cluster-idkubeconfig for your seed clusterkubectl describe cluster cluster-idkubectl get pods -n cluster-$CLUSTER_IDkubectl logs -n cluster-$CLUSTER_ID $PODNAMEkubectl edit cluster $CLUSTER_ID and setting .spec.pause to truekubectl edit deployment kubermatic-controller-manager-v1 -n kubermatic, and set the verbosity by adjusting the default of -v=2 to e.G. -v=4kubeconfig to your cluster via the UIkubectl to use it by running export KUBECONFIG=$DOWNLOADED_KUBECONFIG_FILEkubectl get machine -n kube-systemkubectl describe machine -n kube-system $MACHINE_NAME