kubectl get pod -n kubermatic
kubectl 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-id
kubeconfig
for your seed clusterkubectl describe cluster cluster-id
kubectl get pods -n cluster-$CLUSTER_ID
kubectl logs -n cluster-$CLUSTER_ID $PODNAME
kubectl edit cluster $CLUSTER_ID
and setting .spec.pause
to true
kubectl edit deployment kubermatic-controller-manager-v1 -n kubermatic
, and set the verbosity by adjusting the default of -v=2
to e.G. -v=4
kubeconfig
to your cluster via the UIkubectl
to use it by running export KUBECONFIG=$DOWNLOADED_KUBECONFIG_FILE
kubectl get machine -n kube-system
kubectl describe machine -n kube-system $MACHINE_NAME