Shawn Wilsher
Shawn Wilsher
@dougbtv, it looks like that PR is merged. Is there an ETA for a new version?
I think this can be closed now: https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.1.0
For better or worse, I use [zalando/postgres-operator](https://github.com/zalando/postgres-operator) in my cluster, and the process was similar, but different compared to `cnpg`. In case someone else uses it as well, I wanted...
#577 is the older Issue. It looks like there's an okay'd plan there as well, but no PR yet.
Another workaround is if the packages are already installed, you can set `ansible_package_use: ansible.builtin.dnf` for the host/group and `dnf` will realize they are already installed and carry on.
I ended up writing an ansible play to try and keep the systemd files in sync with the config, which has been working great for me for a while now...
My bad; very busy week, so I didn't get a chance to share after I left that comment. Here's the relevant ansible play: https://github.com/sdwilsh/ansible-playbooks/blob/main/plays/kairos/upgrade.yml#L31-L44 The important aspects are in the...
If we have a system to just run a collection from ansible, that might also let us run the os hardening ones too! Very exciting!
Also worth noting that renovate works a lot better with pinned dependencies with tags like v0.4.6 vs the current setup where there's a SHA added to the end of the...
@gaige, I left a comment there on at least one thing that this fixes that #352 does not fix, with the line that needs to be updated.