How to Install and Uninstall kube-prometheus-k8s-yaml Package on openSuSE Tumbleweed
Last updated: February 24,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "kube-prometheus-k8s-yaml" package
Please follow the instructions below to install kube-prometheus-k8s-yaml on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
kube-prometheus-k8s-yaml
Copied
2. Uninstall "kube-prometheus-k8s-yaml" package
Learn how to uninstall kube-prometheus-k8s-yaml on openSuSE Tumbleweed:
$
sudo zypper remove
kube-prometheus-k8s-yaml
Copied
3. Information about the kube-prometheus-k8s-yaml package on openSuSE Tumbleweed
Information for package kube-prometheus-k8s-yaml:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kube-prometheus-k8s-yaml
Version : 0.5.0+git20200729.f0955e0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 2,6 MiB
Installed : No
Status : not installed
Source package : kube-prometheus-0.5.0+git20200729.f0955e0-1.5.src
Summary : Yaml file to deploy Prometheus to monitor Kubernetes
Description :
This package collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
To deploy:
kubectl create -f /usr/share/k8s-yaml/kube-prometheus/setup
until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done
kubectl create -f /usr/share/k8s-yaml/kube-prometheus/base
To teardown:
kubectl delete --ignore-not-found=true -f /usr/share/k8s-yaml/kube-prometheus/base -f /usr/share/k8s-yaml/kube-prometheus/setup
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kube-prometheus-k8s-yaml
Version : 0.5.0+git20200729.f0955e0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 2,6 MiB
Installed : No
Status : not installed
Source package : kube-prometheus-0.5.0+git20200729.f0955e0-1.5.src
Summary : Yaml file to deploy Prometheus to monitor Kubernetes
Description :
This package collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
To deploy:
kubectl create -f /usr/share/k8s-yaml/kube-prometheus/setup
until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done
kubectl create -f /usr/share/k8s-yaml/kube-prometheus/base
To teardown:
kubectl delete --ignore-not-found=true -f /usr/share/k8s-yaml/kube-prometheus/base -f /usr/share/k8s-yaml/kube-prometheus/setup