hi flozano,

thanks for your reply. I am a beginner,your reply will increase my
motivation to study.

thanks
selfer


On Fri, Jun 7, 2019 at 11:24 PM Fernando Lozano <[email protected]> wrote:

> Hi,
>
> I think you simply cannot do that. The web console is a pod inside your
> OpenShift cluster, and like all pods (and their services), It has no
> externally visible IP address you can access. You access the web console
> though the OpenShift router, like any other pod, and it needs the FQDN to
> know to which pod to forward traffic to.
>
> []s, Fernando Lozano
>
>
> On Thu, Jun 6, 2019 at 12:36 AM xiaofeng yan <[email protected]>
> wrote:
>
>> hi folks,
>> i found that i have to input domain mode if I want to access
>> openshift-web-console.
>> As the subject, I take the following steps for accessing
>> openshift-web-consol by ip addess but not work at all.
>> my openshift cluster list:
>> master1 10.1.1.1
>> master2 10.1.1.2
>> master3 10.1.1.3
>> node1: 10.1.1.4
>> lb: 10.1.1.5
>> nfs:10.1.1.6
>>
>> step 1: oc edit configmap/webconsole-config -n openshift-web-console
>> use <IP address of lb> instead of domain
>> step 2: oc get OAuthClient/openshift-web-console
>> use <IP address of lb> instead of domain
>> step 3: vim /etc/origin/master/master-config.yaml
>> use <IP address of lb> instead of domain
>> setp 4:oc delete webconsole-xxx -n openshift-web-console
>> setp 5:master-restart api
>> step 6: master-restart controllers
>>
>>
>> anybody give me some answer?
>>
>>
>> thanks
>> selfer
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>>
>
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to