安装成功后启动Kyma

Starting Kyma after successful installation

安装成功后如何启动kyma?

我刚刚使用了命令minikube start

但是它给我以下错误并且 kubernetes 仪表板不能 运行

E0912 09:36:59.179484    5806 start.go:305] Error restarting cluster:  restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition

安装成功其实就是minikube已经启动了。查看 https://kyma-project.io/docs/latest/root/kyma#prerequisites 并注意通常的 minikube start 与我们的 run.sh 脚本

To work with Kyma, use only the provided installation and deinstallation scripts. Kyma does not work on a basic Minikube cluster that you can start using the minikube start command or stop with the minikube stop command. If you don't need Kyma on Minikube anymore, remove the cluster with the minikube delete command.

安装成功后,启动minikube,配置kubectl使用minikube集群,你可以kubectl get pods --all-namespaces检查是否所有pods就绪