我在安装OpenShift Origin时遇到了一些问题。
当我获得路由器的端点时,我得到以下内容:
193498212 % 1000
显然,路由器应该至少有一个端点。
我尝试按照https://docs.openshift.com/enterprise/3.1/admin_guide/sdn_troubleshooting.html#debugging-the-router上的问题排查指南进行操作,但是在路由器没有端点的情况下,它不提供帮助。
当我得到节点列表时,我得到:
oc get endpoints --namespace=default --selector=router
NAME ENDPOINTS AGE
router-west <none> 21m
当我描述节点时,我得到以下内容:
oc get nodes
NAME LABELS STATUS AGE
openshift.hughestech.space kubernetes.io/hostname=openshift.mydomain.com NotReady 38d
我哪里出错了?我需要做什么? 感谢
答案 0 :(得分:2)
重新启动节点服务,看看是否在oc get nodes输出中有所不同。
systemctl restart origin-node
除非您的节点正在运行,否则无法生成正在运行的路由器pod并导致无端点。