tf is an 'emergent system condition'?? every postmortem i read now treats the phrase like it's not just hype but some new category of chaos we gotta '
Does the timeout config on Argo CD App Rollout lead to misleading HealthChecks if resources have initContainers?
i’ve been wrestling with argo cd for a while. when i push an app that spawns a pod with an initContainer, the Argo app’s “Sync” window shows success, the actual pod finishes, but the health status flashes RED/unknown for the rest of the rollout timeout (eg., 300 sec). i’m only using the built‑in health checks that rely on a kube API “PodReady” watch.
no clear docs mention initContainers effect? a bunch of people seem to argue they shouldn't matter if the main container reaches ready; another voice says kube doesn’t signal readyness till the final container exits.
- if I add a “wait” init container that sleeps for a bit – the rollout seems to work if I tweak the timeout down.
- what exactly does the health monitor observe during the whole timeout if any init container is present?
- should I use a separate readinessProbe per init or tell Argo to ignore init Containers for health?
anybody already solved this or got a way to hack the settings? i'm missing the documentation and see varying patterns.
gl on who can answer and keep the fire burning.
Post Actions
Related posts
fr so i was stuck on this one part of our pipeline where the deployment was failing due to some perms issue.. and i tried everything rn changed the en
added an afterfailure hook in the yaml and it just works now lol no more manual resets rn the pipeline now reverts the deploy if any test flakes tbh i
Spent the last couple evenings tweaking our CI flow and managed to make the build automatically retry when a flaky test kills the job. Added a tiny wr
so ive been dealin with this ci/cd pipeline at work rn and its been drivin me crazy... basically the automated tests keep failin due to some dependenc
tbh i think the emphasis on bitcoin is kinda overblown rn. people act like its the only crypto that matters and it cant even scale. imo theres better
0 Comments
No Comments yet. Be the first to respond!