How to Install and Uninstall k3s-install Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "k3s-install" package

This guide let you learn how to install k3s-install on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install k3s-install

2. Uninstall "k3s-install" package

Please follow the guidance below to uninstall k3s-install on openSuSE Tumbleweed:

$ sudo zypper remove k3s-install

3. Information about the k3s-install package on openSuSE Tumbleweed

Information for package k3s-install:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : k3s-install
Version : 1.24.3+k3s1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 44.7 KiB
Installed : No
Status : not installed
Source package : k3s-install-1.24.3+k3s1-1.4.src
Upstream URL : https://k3s.io
Summary : Installer for k3s optimised for openSUSE MicroOS
Description :
Based on the official upstream k3s install.sh, this k3s-install
package provides a curated, MicroOS-optimised, securely delivered
alternative to running a script directly from the internet.
k3s is a container orchestration system for automating application
deployment, scaling, and management. It is a Kubernetes-compliant
distribution that differs from the original Kubernetes (colloquially
"k8s") in that:
* Legacy, alpha, or non-default features are removed.
* Most in-tree plugins (cloud providers and storage plugins) were
removed, since they can be replaced with out-of-tree addons.
* sqlite3 is the default storage mechanism.
etcd3 is still available, but not the default.
* There is a new launcher that handles a lot of the complexity of
TLS and options.