You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is your problem but I see DNSMASQ being enabled and NetworkManager being restarted. Once that happens it creates this file in this directory: /etc/NetworkManager/dispatcher.d/99-origin-dns.sh.
In my case, this appears to change "nameserver 8.8.8.8" in resolv.conf to my local IP. I can't resolve to the project's exposed address because DNS is pointing at the server's internal IP address.
If this is what is actually happening, I am not sure how this is working for anyone without modification.
Not sure if this is your problem but I see DNSMASQ being enabled and NetworkManager being restarted. Once that happens it creates this file in this directory: /etc/NetworkManager/dispatcher.d/99-origin-dns.sh.
In my case, this appears to change "nameserver 8.8.8.8" in resolv.conf to my local IP. I can't resolve to the project's exposed address because DNS is pointing at the server's internal IP address.
If this is what is actually happening, I am not sure how this is working for anyone without modification.
Not sure if this is your problem but I see DNSMASQ being enabled and NetworkManager being restarted. Once that happens it creates this file in this directory: /etc/NetworkManager/dispatcher.d/99-origin-dns.sh.
In my case, this appears to change "nameserver 8.8.8.8" in resolv.conf to my local IP. I can't resolve to the project's exposed address because DNS is pointing at the server's internal IP address.
If this is what is actually happening, I am not sure how this is working for anyone without modification.
scenerio :
server : centos IP: 10.14.x.56
where install ./install-openshift.sh
domain name: aritrabiswas.tk (public IP 122.x.x.x)
users name: xxx
password: xxx
port: 8443
TLS auth
after installation: it was showing
oc login -u xxx -p xxx https://console.aritrabiswas.tk:8443
Login successful.
[# prerequisite are installed as same as instructed in the video]
after the creation of pods successfully, unable to access pods through web..
my project name HelloWorld
pods name nginx-test
URL to access: http://nginx-test-helloworld.apps.aritrabiswas.tk
what's wrong with my configuration.???
The text was updated successfully, but these errors were encountered: