okd-project / okd

The self-managing, auto-upgrading, Kubernetes distribution for everyone
https://okd.io
Apache License 2.0
1.67k stars 289 forks source link

Bootstrap process could not start in Disconnected installation #1932

Open parseltongued opened 2 months ago

parseltongued commented 2 months ago

Hi,

Describe the bug My initial intent was to setup a 3 nodes disconnected OKD 4.15 cluster via mirror registry for Red Hat OpenShift on Red Hat Quay.

The mirroring of OKD images was successful: image after mirroring, executed openshift-install.

In the disconnected environment, after the images were successfully downloaded from the internal mirror repository, the bootstrap process could not start (ie. bootstrap node did not auto restart, control-plane nodes hung in pinging port 22623). However when using an internet-facing forward proxy in ignition config, the bootstrap process ran successfully and the cluster was installed.

The bootstrap process could not start without internet access, is there any remediation?

How reproducible Always reproducible

Deployment information OKD Cluster Version: 4.15.0-0.okd-2024-03-10-010116 Kernel version: v1.28.2-3598+6e2789bbd58938-dirty

Thank you