How To Install ceph-mgr-k8sevents on Fedora 36

In this tutorial we learn how to install ceph-mgr-k8sevents in Fedora 36. ceph-mgr-k8sevents is Ceph Manager module to orchestrate ceph-events to kubernetes’ events API

Introduction

In this tutorial we learn how to install ceph-mgr-k8sevents on Fedora 36.

What is ceph-mgr-k8sevents

ceph-mgr-k8sevents is a ceph-mgr module that sends every ceph-events to kubernetes’ events API

We can use yum or dnf to install ceph-mgr-k8sevents on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ceph-mgr-k8sevents.

Install ceph-mgr-k8sevents on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ceph-mgr-k8sevents using dnf by running the following command:

sudo dnf -y install ceph-mgr-k8sevents

Install ceph-mgr-k8sevents on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ceph-mgr-k8sevents using yum by running the following command:

sudo yum -y install ceph-mgr-k8sevents

How To Uninstall ceph-mgr-k8sevents on Fedora 36

To uninstall only the ceph-mgr-k8sevents package we can use the following command:

sudo dnf remove ceph-mgr-k8sevents

ceph-mgr-k8sevents Package Contents on Fedora 36

/usr/share/ceph/mgr/k8sevents
/usr/share/ceph/mgr/k8sevents/README.md
/usr/share/ceph/mgr/k8sevents/__init__.py
/usr/share/ceph/mgr/k8sevents/module.py
/usr/share/ceph/mgr/k8sevents/rbac_sample.yaml

References

Summary

In this tutorial we learn how to install ceph-mgr-k8sevents on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).