11.2 PrometheusおよびGrafana Helmリポジトリの追加

  1. 次のコマンドを発行して、PrometheusおよびGrafana Helmリポジトリを追加します:
    helm repo add prometheus https://prometheus-community.github.io/helm-charts
    出力は次のようになります:
    "prometheus" has been added to your repositories
  2. 次のコマンドを実行して、リポジトリを更新します:
    helm repo update
    出力は次のようになります:
    Hang tight while we grab the latest from your chart repositories...
    ...Successfully got an update from the "stable" chart repository
    ...Successfully got an update from the "prometheus" chart repository
    ...Successfully got an update from the "prometheus-community" chart repository
    
    Update Complete.  Happy Helming!