我正在GCP Compute Engine上运行默认的Openshift Origin 3.10。我正在使用CentOS7操作系统,并使用Docker
和oc cluster up
命令安装了Origin。
我能够登录控制台,创建一个项目,当我完成oc get pods
时,我看到它是initializing
,后来它给出了,
The connection to the server 127.0.0.1:8443 was refused - did you specify the right host or port?
我可以使用curl在内部访问该应用程序,
curl openshift-app-project.127.0.0.1.nip.io/hello
如何在GCP中外部化Openshift Origin Routes / WebConsole?我猜需要在Origin master-config.yaml
文件中进行一些更改吗?
但是我不确定该怎么做。任何帮助表示赞赏。
“服务和路线”为
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/openshift-app ClusterIP 172.30.176.220 <none> 8080/TCP
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
route.route.openshift.io/openshift-app openshift-app-project.127.0.0.1.nip.io openshift-app 8080-tcp None