Helm
From berki WIKI
Revision as of 17:58, 8 July 2019 by Adam (talk | contribs) (Created page with " =Telepítés= Helm letöltése: https://helm.sh/docs/using_helm/#installing-helm <pre> # sudo ln -s /home/adam/Programs/helm/helm2/helm /usr/bin/helm </pre> <pre> # helm i...")
Telepítés
Helm letöltése: https://helm.sh/docs/using_helm/#installing-helm
# sudo ln -s /home/adam/Programs/helm/helm2/helm /usr/bin/helm
# helm init $HELM_HOME has been configured at /root/.helm. Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster. Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. To prevent this, run `helm init` with the --tiller-tls-verify flag. For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation
# kubectl get all -n kube-system NAME READY STATUS RESTARTS AGE pod/tiller-deploy-775c9dcf94-x429k 1/1 Running 0 5m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/tiller-deploy ClusterIP 172.30.26.107 <none> 44134/TCP 5m NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE deployment.apps/tiller-deploy 1 1 1 1 5m NAME DESIRED CURRENT READY AGE replicaset.apps/tiller-deploy-775c9dcf94 1 1 1 5m
==================================
Prometheus telepítése
# helm search prometheus NAME CHART VERSION APP VERSION DESCRIPTION stable/prometheus 8.14.0 2.11.1 Prometheus is a monitoring system and time series database.
# helm inspect values stable/prometheus rbac: create: true imagePullSecrets: # - name: "image-pull-secret" ## Define serviceAccount names for components. Defaults to component's fully qualified name. ## serviceAccounts: alertmanager: create: true ....
PROM_ADDR=mon.$(minishfit ip).nip.io
AM_ADDR=alertmanager.$(minishfit ip).nip.io