Skip to content

podman is removed when ceph nodes are in kubernetes node group #234

@jijisa

Description

@jijisa

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:

  1. Set control hosts in ceph mons, mgrs, osds group.
  2. Install ceph by executing ./run.sh ceph.
  3. 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
  1. Install kubernetes by executing run.sh k8s.
  2. 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

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions