Jonathan Lebon
Jonathan Lebon
> And I've realized late that this will also not work when we have two minor RHEL minor versions at the same time in the repo (9.0 & 9.2) as...
> I think this sounds like a good idea, but also think if enough warnings start coming our way we'll just ignore them like we do everything else that doesn't...
Alternative in https://github.com/coreos/coreos-assembler/pull/2936.
This is better than a script, though I don't like that it dirties the config dir. And more generally, that it retains state in the config dir at all. Ideally...
Anyway, short-term I'd still personally prefer the subdirs approach. The [cosa patch](https://github.com/coreos/coreos-assembler/pull/2936) for it is not that large. But I'm OK with this if we really want. Won't mention this...
Though looking at this patch, I think we could enhance it slightly to avoid the few symlinks it does by keeping the variant active in e.g. `src/variant` or something? And...
Should we support `--variant default` being equivalent to not passing a variant? This could be useful in scripting where the variant passed to `cosa init` is a variable. Not a...
@cgwalters in https://github.com/coreos/rpm-ostree/pull/3576 used the following to work around this in GitHub Actions: ```yaml container: image: quay.io/coreos-assembler/coreos-assembler:latest options: "--user root --privileged -v /var/tmp:/var/tmp" ```
What does `which cosa` say? From the output above, it looks like you lost the quotes around `"$@"` in the alias definition, so it's splitting on the space within the...
Do you have a link to a kubelet RPM to test with? (I tested at least with the latest `kubernetes` build in Fedora and it seemed to work.)