ページの先頭行へ戻る
Enterprise Postgres 15 オペレーターユーザーズガイド

3.2.1 オペレーターのデプロイ

  1. オペレーター用のHelm Chartリポジトリを追加します。

    helm repo add fep-repo https://fujitsu.github.io/fep-operator-helm/v1
  2. オペレーターをインストールする名前空間を作成します。

    kubectl create namespace fep-operator

    注意

    オペレーターのインストールでは、事前にPrometheusをKubernetesクラスタにインストールする必要があります。

  3. helmコマンドを実行し、オペレーターをインストールします。

    helm install fep-operator-release fep-repo/fujitsu-enterprise-postgres-operator --namespace fep-operator