Describe what should be investigated or refactored
In #4937 we added --init-agent-mode, and test 98. This test is flaking. I've only seen it flake during arm64 runs. It's possible that we are not giving the pod enough CPU. We are doing an extra namespace check now, however this should never take 10+ seconds.
We are creating the pod immediately after the init finishes, but that shouldn't be an issue, we even added a readiness check to the pod
Links
https://github.com/zarf-dev/zarf/actions/runs/27431922672/job/81084166272?pr=4984
Describe what should be investigated or refactored
In #4937 we added
--init-agent-mode, and test 98. This test is flaking. I've only seen it flake during arm64 runs. It's possible that we are not giving the pod enough CPU. We are doing an extra namespace check now, however this should never take 10+ seconds.We are creating the pod immediately after the init finishes, but that shouldn't be an issue, we even added a readiness check to the pod
Links
https://github.com/zarf-dev/zarf/actions/runs/27431922672/job/81084166272?pr=4984