You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Boot-artifacts has been renamed as required to boot the agents. (#402)
**Issue:** ABI cluster creation is getting failed in 4.19 installer
version #401
**RCA:** From 4.19 ocp installer have started generating boot-artifacts
with different name like agent.s390x-kernel.img as agent.s390x-vmlinuz.
While booting agents we are providing agent.s390x-kernel.img as expected
but now agent.s390x-kernel.img is not present in boot-artifacts
**Fix:** Renamed agent.s390x-vmlinuz as agent.s390x-kernel.img because
agent.s390x-vmlinuz has same content as agent.s390x-kernel.img
Signed-off-by: Sumit Solanki <[email protected]>
Co-authored-by: Sumit Solanki <[email protected]>
0 commit comments