Replies: 2 comments
-
Can you collect the log bundle when bootstrap IP and all control plane addresses are specified? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use for example: (UPI - CentOS 8.4 / KVM/QEMU)
FCOS: 34.20210626.3.1
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
UPI on KVM/QEMU VMs fails
Version
4.8.0-0.okd-2021-10-24-061736
How reproducible
Follow the documented procedure up to the boot of created nodes. Bootstrap boots from ISO, installs the filesystem, reboots and goes into configuration. It is available on the network and can be SSHed using the configtred SSH public key. Last entries
journalctl -b -f -u release-image.service -u bootkube.service
show:When other nodes are booted from the same ISO,
sudo coreos-installer install --ignition-url=http://web-server.example.com/master.ign /dev/sda --insecure-ignition
is executed they install the filesystem, reboot and go in an endless loop with messagesIt looks like if the network is not up. Command
curl -k https:// api-int.okd4.example.com:22623/config/master | jq
from any other host on the network produces an expected JSON.I tried to configure static IPs and add kernel parameters
The issue is reproducible 100% of times with all nodes.
Log bundle
./openshift-install gather bootstrap --dir=./okd4inst
producesFATAL bootstrap host address and at least one control plane host address must be provided
Beta Was this translation helpful? Give feedback.
All reactions