Replies: 2 comments
-
Is the no DHCP servers a choice or a restriction? Our network looks similar to your setup, and we build the nodes via DHCP and then statically assign them addressing / bonding / routing configuration. Presumably your bonded interface will also be the default route? In which case OKD will never touch your OOB management interface unless you intentionally configure it (either by configuring the SDN to route via the host (default in OpenshiftSDN but not for OVNKubernetes), or implement some form of CNI plugin on the OOB interface (again, not by default)). |
Beta Was this translation helpful? Give feedback.
-
A restriction in this scenario
What do you use to configure this at a later stage?
Currently what I use to configure the networking:
Then I boot from ISO.
I also tried with kubernetes-ovn instead of Calico (Preffered) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to install on bare metal with some customization. However I have a couple of questions.
Please allow me to elaborate:
I'm installing on bare-metal, the bare metals have:
What I am trying to achieve:
I know the mac addresses of the interfaces, and I found this documentation:
https://docs.fedoraproject.org/en-US/fedora-coreos/customize-nic/
So that should settle the interface naming for the bond.
Next, the network configuration, I found this:
https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-network-configuration/
It explains how to do vlan and bonds. That will work as well.
However, what I'm unsure about is the following:
Beta Was this translation helpful? Give feedback.
All reactions