Daniel
Daniel
Have you tried adding a job container image? We do this in many if not all our CI's but we do specify the job container image. To my knowledge the...
Could you double check that this is not pending writes to disk? I found that network attached disks/ssds underperform alot. I would concur that once the docker pull finished it...
> I guess we could also add a global: true attribute in the data.opts objects, for global broadcasts. I'd have to check for the indexability of this. But at first...
I was sick for a bit, I'll hope to pick this up this week
Yeah we still run the fork which would love not to do actually. The ball was in my court so let's pick it up. Essentially the motivation is not to...
When service account doesn't exist output is, as you can see we use `htlm-ttl` for our service-account ``` $ helm release ttl health-pr-2359 --namespace=default --service-account='nonexisiting-service-account' --set='1 hour' Service account list...
I tested this locally and I think it looks okay. Looking forward to your feedback. @duhow could you give this a spin as well please? since you're also interessted in...
easiest way to test this I found was this: https://github.com/JovianX/helm-release-plugin/pull/28/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055R29 I added this as an alternative approach to testing. Basically you can run: ``` helm plugin install https://github.com/gynzy/helm-release-plugin --version SRE-218-upstream...
Is there a debug guide of some sort? I'm running `cline 3.17.15` `vscode 1.101.1` on ubuntu 22.04 and something about my environment still causes these issues (more specifically: `[Command is...
We're about to be onboarding this. But this issue is kind of worrysome. Transient errors happen but should now fail workflows. Can we add a retry mechanism to this?