Closed neuroserve closed 5 years ago
@neuroserve the right way to add a new interface is via NM and not networkd - in RHCOS/ FCOS NM is managing the network (yes i know the Ignition 2.2 spec doesn't mention it nor the v4 docs)
See an example here
day 2 configuration of the hosts is better placed in machine-config-operator github issues (https://github.com/openshift/machine-config-operator/issues) or Bugzilla for Machine Config Operator
component
/close
@abhinavdahiya: Closing this issue.
Version
Platform:
What happened?
After setting up the cluster, I added another network interface to one of my worker nodes in order to satisfy "4.1.14.1.1. Configuring registry storage for VMware vSphere". The additional network interface would allow the node to access an NFS-share/volume on one of our NFS-servers.
The additional interface is initialized and gets an ip address via dhcp. But the node remains in "NotReady" status after that:
What you expected to happen?
I'd thought, it would be possible to add another network interface to a node and enable NFS-access by doing that. If the node remains "NotReady", there has to be another solution.
How to reproduce it (as minimally and precisely as possible)?
I've just added another network adapter via the vsphere gui and rebooted the VM. Console output shows, that both interfaces are detected and brought up and get the designated IP addresses.
Anything else we need to know?
I'd be interested if this is the right way to add additional network interfaces to RHCOS nodes or if I have to manipulate the ignition files (e. g. like here https://coreos.com/os/docs/latest/network-config-with-networkd.html - if that is valid vor RHCOS, too).
I'd appreciate a hint for the "correct" solution for RHCOS in order to prevent to much manual work or gui clicking.