我使用https://www.eclipse.org/che/docs/kubernetes-multi-user.html提供的 helm 安装,自定义值如下:
global:
cheNamespace: "bmap"
multiuser: true
serverStrategy: "single-host"
ingressDomain: eclipseche.mydomain.com
cheWorkspacesNamespace: bmap
一段时间后,pod“postgress”开始。由于 postgress 超时,需要重新启动 pod “keycloak”
由于 postgress 和 keycloak 超时,需要重新启动 pod "che"。重启后,“che” pod 仍然没有运行,“che” pod 中出现错误
2018-11-26 14:34:02,139[ost-startStop-1] [ERROR] [butedRemoteSubscriptionStorage 58] - Unable to create distributed event subscriptions map.
java.net.BindException: no port available in range [7800 .. 7850] (bind_addr=/fe80:0:0:0:4031:65ff:fe25:6b55%eth0)
如何在 Kubernetes 集群中解决这个问题。