How to Install and Uninstall kured Package on openSUSE Leap
Last updated: November 07,2024
1. Install "kured" package
Here is a brief guide to show you how to install kured on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
kured
Copied
2. Uninstall "kured" package
This guide covers the steps necessary to uninstall kured on openSUSE Leap:
$
sudo zypper remove
kured
Copied
3. Information about the kured package on openSUSE Leap
Information for package kured:
------------------------------
Repository : Main Repository
Name : kured
Version : 1.4.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 36.1 MiB
Installed : No
Status : not installed
Source package : kured-1.4.0-bp155.2.10.src
Upstream URL : https://github.com/weaveworks/kured
Summary : Kubernetes daemonset to perform safe automatic node reboots
Description :
Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that
performs safe automatic node reboots when the need to do so is
indicated by the package management system of the underlying OS.
- Watches for the presence of a reboot sentinel e.g. /var/run/reboot-required
- Utilises a lock in the API server to ensure only one node reboots at a time
- Optionally defers reboots in the presence of active Prometheus alerts
- Cordons & drains worker nodes before reboot, uncordoning them after
------------------------------
Repository : Main Repository
Name : kured
Version : 1.4.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 36.1 MiB
Installed : No
Status : not installed
Source package : kured-1.4.0-bp155.2.10.src
Upstream URL : https://github.com/weaveworks/kured
Summary : Kubernetes daemonset to perform safe automatic node reboots
Description :
Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that
performs safe automatic node reboots when the need to do so is
indicated by the package management system of the underlying OS.
- Watches for the presence of a reboot sentinel e.g. /var/run/reboot-required
- Utilises a lock in the API server to ensure only one node reboots at a time
- Optionally defers reboots in the presence of active Prometheus alerts
- Cordons & drains worker nodes before reboot, uncordoning them after