How to update KOSI

Updating KOSI is a straightforward process that ensures you have the latest features and security enhancements. Follow this guide to update KOSI by downloading the appropriate RPM file and installing it on your system.

How to update KOSI

This guide shows you how to update KOSI. KOSI can only be downloaded from our official website.

Prerequisites

Before you begin, make sure the following prerequisites are met:

  1. A machine with the RHEL 9 operating system.
  2. Helm must be installed on your machine.

Refer to the Helm Official Documentation for the Installation Guide.

  1. For KOSI versions, you must have Podman installed on your machine.

    To install Podman, run the following command:

    sudo dnf install podman
    

Update Steps

Each KOSI release includes an RPM file for manual installation. To download the RPM, you must log in to your KubeOps account.

  1. Create a KubeOps Account:
    If you haven’t already, create a KubeOps account on the KubeOps website and log in to your account.

  2. Download the RPM:
    Download your desired version of the KOSI RPM file from the official download page:
    https://kubeops.net/products/downloads/kosi-downloads-en

  3. Update the KOSI RPM:
    On your admin node, update KOSI by installing the new RPM. This will replace the existing version. Run the following command:

 sudo dnf install <path to rpm>/<kosi file name>