-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Describe the bug
When I assign ceph nodes in kubernetes node group, podman which is installed
from ceph playbook is removed when k8s playbook is running.
inventory hosts file sample
# ceph nodes
[mons]
control[1:3]
[mgrs]
control[1:3]
[osds]
control[1:3]
...
[kube_node]
control[1:3]
control1
compute[1:2]
To Reproduce
Steps to reproduce the behavior:
- Set control hosts in ceph mons, mgrs, osds group.
- Install ceph by executing
./run.sh ceph. - Make sure podman package is installed.
$ sudo dnf list podman --installed
Installed Packages
podman.x86_64 4:4.9.4-12.module+el8.10.0+1843+6892ab28 @burrito
- Install kubernetes by executing
run.sh k8s. - Check podman package is still installed.
$ sudo dnf list podman --installed
Error: No matching Packages to list
Expected behavior
The podman package should not be removed when running k8s playbook.
Versions (please complete the following information):
- OS: Rocky Linux 8.10
- Burrito 2.1.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right