Fabien Dupont
Fabien Dupont
I don't see an obvious reason. It could be that the MachineConfigPool node selector uses labels created by NVIDIA GPU Operator. @ppetko, can you describe the MachineConfigPool ?
@cgwalters, apart from being closer to existing Kubernetes objects, what ConfigMap/Secret bring compared to [systemd-confext](https://www.freedesktop.org/software/systemd/man/latest/systemd-sysext.html)? Systemd expects to find the config extensions in a specific folder, e.g. `/run/confexts/`. It is...
For clarity, when you say a ConfigMap, what would it look like? Currently, it's a single file or list of files with their content base64-encoded. So, I see it as...
> > And outside of a Kubernetes API, the notion of ConfigMap doesn't exist, so I don't see how it applies practically to a standalone machine running Fedora. > >...
Could we use the same logic as the [DNF needs-restarting plugin](https://dnf-plugins-core.readthedocs.io/en/latest/needs_restarting.html)? This gives hints whether processes, services or the whole system needs a restart to account for the changes. And...
@guits, it seems the ansible-lint / build test is also failing on the devel branch.
It seems that ansible-lint is now checking different things, given that it's a collection. For example, the default variables of a role should be prefixed with the role name. It...
> > For example, the default variables of a role should be prefixed with the role name. > > that is exactly what is not really clear to me. `ceph_defaults`...
@kimminw00, what makes you say that only RHEL 8 is supported? Are you running vanilla Kubernetes on RHEL 9? If yes, do you expect the operator to deploy the drivers...
> @fabiendupont Can you add a unit test for this ? @sivanantha321, I didn't find existing tests for S3, so it would mean writing the whole test coverage for S3...