Closed ahreehong closed 6 months ago
This PR changes CAPT to look at hardware.Spec.Interfaces[].netboot.AllowPXE to determine if the hardware is ready and gate network booting
hardware.Spec.Interfaces[].netboot.AllowPXE
Gating of network booting in Smee now occurs via Hardware.Spec.Interfaces[].Netboot.AllowPXE, so we need to update the logic in CAPT
Hardware.Spec.Interfaces[].Netboot.AllowPXE
Fixes: https://github.com/tinkerbell/cluster-api-provider-tinkerbell/issues/363
Tested manually following these steps:
and verified that the machine does not go into network boot after the reboot
I have:
Description
This PR changes CAPT to look at
hardware.Spec.Interfaces[].netboot.AllowPXE
to determine if the hardware is ready and gate network bootingWhy is this needed
Gating of network booting in Smee now occurs via
Hardware.Spec.Interfaces[].Netboot.AllowPXE
, so we need to update the logic in CAPTFixes: https://github.com/tinkerbell/cluster-api-provider-tinkerbell/issues/363
How Has This Been Tested?
Tested manually following these steps:
and verified that the machine does not go into network boot after the reboot
Checklist:
I have: