Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.18 KB

KubeDiag Helm

This Helm chart installs KubeDiag in a Kubernetes cluster.

Prerequisites

Please make sure the enviroment for installing KubeDiag fulfills the following requirements:

Installation

Run the following command to install KubeDiag via Helm:

helm repo add kubediag https://kubediag.github.io/kubediag-helm
helm repo update
helm install kubediag kubediag/kubediag-helm --create-namespace --namespace kubediag

Prometheus operator related resources are disabled by default. To enable related monitors, specify the '--set' flag when install kubediag (Before this step, make sure you have deployed prometheus operator):

helm install kubediag kubediag/kubediag-helm --create-namespace --namespace kubediag --set prometheus.serviceMonitor.selfMonitor=true

Check the status of KubeDiag by running the command:

kubectl get all --namespace kubediag

Uninstallation

Run the following command to uninstall KubeDiag via Helm:

helm uninstall --namespace kubediag kubediag