Vanessasaurus
Vanessasaurus
You could also just check to see that the recipe is not None on the class.
I got this working! What I needed to do was (not 0.0.0.0) but add the extra address to the kubeadm-config.yaml template (the public ec2 VM address). Then I did a...
I'm testing https://docs.github.com/en/actions/sharing-automations/reusing-workflows so we don't have to repeat logic, but can just define variables for different multi-node runs with a few lines in the main file. I've never done...
Oh wow - this is super cool! This is a [test from my branch](https://github.com/rse-ops/usernetes/actions/runs/12172543548/job/33951411832) (to this one) and I won't merge until everything is working. But I wanted to share...
If you've like to contribute the fix, we'd love to have it!
We are waiting on @wchargin for making progress here.
It's probably something to do with how the command is executed - perhaps try running that via a script instead?
As suggested, you need to write into a script. The library here uses subprocess, which expects a list of commands (using shlex split) and here is what is happening: ```bash...
An `ENV` is converted to the environment section, which we see: ``` %environment export DEBIAN_FRONTEND="noninteractive" ``` If you want the envar to appear in the run command, you could put...
I don't see a repository under `ingka-group-digital/resolutions`. Is this regular GitHub (not enterprise) and you have write? I suspect there is a permissions / visibility issue somewhere.