Takuya Murakami
Takuya Murakami
Oops, some of my customers use RHEL8 so this will have a huge impact for me. But I understand the situation and will talk to the customers... EDIT: It is...
@tico88612 Oh, I understood.
/ok-to-test
@tico88612 It recommended to upgrade 3.5.24, but there is a workaround restarting etcd (3.5.20-3.5.23) before upgrading. I already put a restart task before upgrading, so it is not mandatory. EDIT:...
@tico88612 I believe all corrections have been made. Would you please review it?
I think we don't need the version of kernel-modules-extra. I can install it without version on RockyLinux 10. ``` $ ansible localhost -m ansible.builtin.package -a "name=kernel-modules-extra" -c local --become [WARNING]:...