Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with Subdomains #180

Open
SvenC56 opened this issue Mar 10, 2020 · 1 comment
Open

Working with Subdomains #180

SvenC56 opened this issue Mar 10, 2020 · 1 comment

Comments

@SvenC56
Copy link

SvenC56 commented Mar 10, 2020

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
Copy link
Collaborator

slaterx commented Mar 10, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants