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