How to update KOSI
2 minute read
How to update KOSI
This guide shows you how to update KOSI. KOSI can be downloaded only from our official website.
Prerequisites
Before you begin, check the following prerequisites:
-
A machine with
RHEL 8
operating system -
You must have Helm installed on your machine.
Refer Helm Official Documentation for Installation Guide.
-
For KOSI versions you must have installed Podman on your machine.
Note : Before installing podman, make sure that The number of user namespaces (max_user_namespaces) is specified on your system if you are a non root-user.
For more information, follow this Github linkTo install podman use command:
sudo dnf install podman
Important: Only supports secure registries. If you use an insecure registry, it is important to list your registry as an insecure registry in registry.conf (/etc/containers/registries.conf).
Update Steps
Every release of KOSI provides a rpm file for manual installation. You need to login into your KubeOps account to download the rpm.
-
Create an KubOps account on the KubeOps website if you don’t have already and login into your account.
-
Download your desired version of KOSI .rpm file from our official download page https://kubeops.net/products/downloads/kosi-downloads-en
-
Update the KOSI rpm on your admin node. You can simply install the rpm and override the existing version with the following command.
sudo dnf install <path to rpm>/<kosi file name>
path to rpm : the directory path in which the file is available.
kosi file name : the exact file name of the file with .rpm extension.