gshipley / installcentos

427 stars 456 forks source link

Working with Subdomains #180

Open SvenC56 opened 4 years ago

SvenC56 commented 4 years ago

Hello,

I'm behind a company network and I'm not able to make this script working

TASK [openshift_control_plane : Wait for all control plane pods to come up and become ready] ************
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (72 retries left).
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (71 retries left).
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (70 retries left).
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (69 retries left).
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (68 retries left).
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (67 retries left).

I am trying to install OKD v3.11. I guess the problem is that my domain looks like: okd.example.company.com and I can't add any more A records like console.okd.example.company.com. How should I proceed with this? Do I have to change the script somehow to make it work?

slaterx commented 4 years ago

Most likely, okd.example.company.com DNS resolution is leaking from outside your single node.

I recommend using a really fake DNS entry (like example.com) since that should allow the script to successfully implement the workarounds.