We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
hetzner-ocp4/docs/add-ons.md
Line 132 in ff2f1f9
states that to run post-install-add-ons i should run the shown command - which does not work.
PLAY [host] ******************************************************************** TASK [Gathering Facts] ********************************************************* ok: [host] TASK [openshift-4-cluster : Check add-ons.yml] ********************************* ok: [host] TASK [openshift-4-cluster : Enable add-ons] ************************************ ok: [host] TASK [openshift-4-cluster : Build IPv6 subnet] ********************************* skipping: [host] TASK [openshift-4-cluster : Build IPv4 subnet] ********************************* ok: [host] PLAY RECAP ********************************************************************* host : ok=4 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
The root cause of this is the missing tag post-install-add-ons in some places.
post-install-add-ons
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
hetzner-ocp4/docs/add-ons.md
Line 132 in ff2f1f9
states that to run post-install-add-ons i should run the shown command - which does not work.
The root cause of this is the missing tag
post-install-add-ons
in some places.The text was updated successfully, but these errors were encountered: