Results 109 comments of Sam Morris

> My goal is to see if I can get a public GitHub Actions runner to build a container image from a ubi-micro image (which does not have a package...

Due to [differences between the configuration of RPM in the host system and within the `ubi-micro` container image](https://github.com/rpm-software-management/rpm/discussions/2735#discussioncomment-9174869), it actually is desirable to be able to run DNF within an...

Thank you Dan - of course, if I create my outer container with `--cap-add=SYS_ADMIN` then the `buildah mount` command inside succeeds.

I installed `kernel-abi-stablelists` and `ksc` and ran: ``` $ ksc -k /lib/modules/5.14.0-611.7.1.el9_7.x86_64/weak-updates/zfs/*.ko Processing /lib/modules/5.14.0-611.7.1.el9_7.x86_64/weak-updates/zfs/spl.ko Checking against architecture x86_64 Total symbol usage: 175 Total Non stable list symbol usage: 29 Score:...

Indeed, and as of RHEL 9 the stablelists are specific to minor versions - unlike with 8 and earlier where they were fixed for the whole major release. Anyway, the...

Thanks. The short term workaround of rebuilding the cnpg images with a downgraded boto3 version is working fine. And once I have cnpg with current boto3 tested against the latest...

Is there any way to find out what version of NFD I have? I think I'm seeing this on an up-to-date OpenShift system which has the `nfd.4.18.0-202506092139` operator installed. But...

I did a manual restart of `nfd-worker` while runing `oc get node -w --show-labels` and I can see that the operator removed & re-applied all the `feature.node.kubernetes.io` labels - so...

I think I'm seeing this problem. ``` $ kubectl cnpg status -v 10 database Error: while trying to get cluster 10 in namespace hello: clusters.postgresql.cnpg.io "10" not found $ kubectl...