问题:
openshift-origin-server-v3.6.0-c4dd4cf-linux-64bit.tar.gz
centos 7.
本地安装好后,部署应用时候提示:
error: couldn't get deployment hello-openshift-2: Get https://172.30.0.1:443/api/v1/namespaces/hello-world/replicationcontrollers/hello-openshift-2: dial tcp 172.30.0.1:443: getsockopt: no route to host。
解决:
需要将firewalld关闭:
# systemctl stop firewalld
# systemctl disable firewalld
重新deploy即可。
本文介绍了解决在CentOS 7上使用OpenShift部署应用时遇到的连接错误的方法。通过关闭firewalld服务,成功解决了部署过程中出现的连接失败问题。
2268

被折叠的 条评论
为什么被折叠?



