在 kubernetes 集群(不是 minikube)上部署 Eclipse Che v7

Deploy Eclipse Che v7 on kubernetes cluster (not minikube)

我一直在阅读 Che 的文档并试图找出如何将其部署到 Kubernetes 集群(不是 minishift 或 minikube)。

我尝试为此使用 chectl,但目前似乎只支持 minikube 或 minishift。

chectl server:start -m -n che
  ❯ ✈️  Minikube preflight checklist
    ✔ Verify if kubectl is installed
    ✖ Verify if minikube is installed
      → E_REQUISITE_NOT_FOUND
      Verify if minikube is running
      Start minikube
      Verify if minikube ingress addon is enabled
      Enable minikube ingress addon
      Retrieving minikube IP and domain for ingress URLs
 ›   Error: E_REQUISITE_NOT_FOUND

有什么方法可以将 eclipse che 部署到 kuberntes 集群(不是 minikube 或 minishift)?

暂时支持的平台有:

 [default: minikube] Type of Kubernetes platform. Valid values are "minikube", "minishift", "k8s", "openshift", "microk8s".

查看 chectl 存储库的文档。 对于您的情况,您需要尝试:

chectl server:start -m -n che --platform=k8s