Openshift - 'oc' 命令失败 "Unable to connect to the server: x509: certificate signed by unknown authority"
Openshift - 'oc' commands fail with "Unable to connect to the server: x509: certificate signed by unknown authority"
在本地安装好openshift后,就可以启动minishift了。在 https://192.168.x.y:8443
当启动 'oc' 命令时,例如 'oc project',然后我得到这个错误:
无法连接到服务器:x509:由未知授权机构签署的证书
当我在没有启动 minishift 的情况下启动 'oc' 命令时,出现此错误:
Unable to connect to the server: dial tcp 192.168.x.y:8443: connectex: (翻译)Trying to connect failed because the connected party has not answer correct after a time time, or the established connection失败,因为连接的主机没有应答。
之前:我可以在线使用 oc 和 Openshift。
已解决,我猜是缺少 SSH 问题。
启动 minimshift 后,执行 'oc login' 结果如下:
https://192.168.99.100:8443 (openshift) 需要身份验证
所以在提供用户名和密码后,一切正常 find!
当然,您可以使用 SSH 令牌。您可以通过打开在线控制台 > 问号下拉菜单 > 命令行来查找信息。
在本地安装好openshift后,就可以启动minishift了。在 https://192.168.x.y:8443
当启动 'oc' 命令时,例如 'oc project',然后我得到这个错误:
无法连接到服务器:x509:由未知授权机构签署的证书
当我在没有启动 minishift 的情况下启动 'oc' 命令时,出现此错误:
Unable to connect to the server: dial tcp 192.168.x.y:8443: connectex: (翻译)Trying to connect failed because the connected party has not answer correct after a time time, or the established connection失败,因为连接的主机没有应答。
之前:我可以在线使用 oc 和 Openshift。
已解决,我猜是缺少 SSH 问题。
启动 minimshift 后,执行 'oc login' 结果如下:
https://192.168.99.100:8443 (openshift) 需要身份验证
所以在提供用户名和密码后,一切正常 find!
当然,您可以使用 SSH 令牌。您可以通过打开在线控制台 > 问号下拉菜单 > 命令行来查找信息。