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

HostPrefix not configurable but CIDR is #482

Open
mihaime opened this issue Mar 19, 2021 · 0 comments
Open

HostPrefix not configurable but CIDR is #482

mihaime opened this issue Mar 19, 2021 · 0 comments

Comments

@mihaime
Copy link

mihaime commented Mar 19, 2021

Hi guys,

I was trying to do a small lab setup and set the POD network to /24.
Then upon deploying I noticed that the Openshift playbooks complained about HostPrefix /23.
Investigating more showed that here:
acc-provision/provision/acc_provision/templates/cluster-network-03-config.yaml
we have cidr configurable (set from the acc-provision script) while the HostPrefix is static and always /23.
I'm thinking that it should also be configurable as Redhat in its documentation does allow it for its native Openshift deployment.
Changing it otherwise later is a cumbersome process (unpacking the manifests.tar.gz, manual change, repacking the archive).

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

1 participant