8.1 NGINXリポジトリのインストール

NGINXイングレス・コントローラをインストールするには:
  1. 次のコマンドを使用して、NGINXのHelmチャート・リポジトリを追加します:
    helm repo add stable https://kubernetes.github.io/ingress-nginx
    出力は次のようになります:
    "stable" 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
    Update Complete. Happy Helming!