Open riteshmishra00 opened 3 years ago
Hi Fedora Team,
Can you Please help me on this?
Thanks in advance!!!!!
We need the full logs to make it easier to debug. Offhand, this looks like networking isn't coming up in the initramfs. After setting up the static IP, are you using --copy-network
when running coreos-installer install
?
After setting up the static IP, are you using --copy-network when running coreos-installer install?
Yes
Also passed the coreos entity from kernel but getting the same response
coreos.inst=yes
coreos.inst.install_dev=sda
coreos.inst.image_url=
You may be hitting https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/729 where ipv6 is winning a race in the initramfs. This should no longer be an issue since we're now running NM via systemd in the initrd, but maybe there's still some corner case issues there.
Can you try to disable IPv6 by adding ipv6.disable
to the kernel command line and see if you get past the problem? The issue upstream was fixed (or smoothed over) in NM 1.32, with is in Fedora Linux 35. You could try with the latest next-devel
images and see if you have the same problem.
@dustymabe Disabled the ipv6.disabled but still getting the same error. Also tried using Fedora Linux 35 but can't see any changes in errors. Every where its same.
just checking.. please use ipv6.disable
, not ipv6.disabled
If that doesn't work, then we're really going to need the logs from the boot of the machine to debug further. Serial console is typically best so you can copy/paste.
Hi Team, We're setting up OKD 4.7 disconnected environment on vmware using baremetal approach Fedora CoreOS used: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/34.20210821.3.0/x86_64/fedora-coreos-34.20210821.3.0-live.x86_64.iso
Bootstrap node is created or provisioned and machine config service (Port:22623) and Kubernetes API (Port:6443) are started on Bootstrap Node.
Following are the steps followed on creating master nodes
Post reboot we are getting the below error
Kindly point us in the right direction to fix this issue