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

Network Type is not configurable #36

Open
jdandrea opened this issue Mar 16, 2024 · 1 comment · May be fixed by #37
Open

Network Type is not configurable #36

jdandrea opened this issue Mar 16, 2024 · 1 comment · May be fixed by #37

Comments

@jdandrea
Copy link

.networking.networkType in install-config.yaml is not configurable. This is now important to have since OVNKubernetes became the norm for Red Hat OpenShift 4.15 vs OpenShiftSDN.

@jdandrea
Copy link
Author

jdandrea commented Mar 16, 2024

I also have a patch for this! Will fork and submit a pull request for review.

I don't have access to "Create a branch for this issue..." under Development in the nav on GitHub dot com, so I will make a branch as usual and cross-reference this issue.

jdandrea added a commit to jdandrea/ocp4_setup_upi_kvm that referenced this issue Mar 16, 2024
- Add a -t, --network-type option
- Populate .networking.networkType
- Update help text and README

OpenShift SDN CNI was deprecated as of OCP 4.14. As of OCP 4.15, the network plugin is not an option for new installations. Use the OVN Kubernetes (OVNKubernetes) CNI as an alternative.

Source: https://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html#ocp-4-15-deprecation-sdn

Fixes kxr#36
@jdandrea jdandrea linked a pull request Mar 16, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant