How to Install and Uninstall flannel Package on openSUSE Leap

Last updated: May 06,2024

1. Install "flannel" package

This tutorial shows how to install flannel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install flannel

2. Uninstall "flannel" package

This tutorial shows how to uninstall flannel on openSUSE Leap:

$ sudo zypper remove flannel

3. Information about the flannel package on openSUSE Leap

Information for package flannel:
--------------------------------
Repository : Main Repository
Name : flannel
Version : 0.11.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 60.2 MiB
Installed : No
Status : not installed
Source package : flannel-0.11.0-bp155.2.11.src
Upstream URL : https://github.com/coreos/flannel
Summary : An etcd backed network fabric for containers
Description :
flannel is a virtual network that gives a subnet to each host for use with
container runtimes.
Platforms like Google's Kubernetes assume that each container (pod) has a
unique, routable IP address inside the cluster. The advantage of this model is that it
reduces the complexity of doing port mapping.
This package contains the binary to be included into a container image