オペレーター用のHelm Chartリポジトリを追加します。
helm repo add fep-repo https://fujitsu.github.io/fep-operator-helm/v1
オペレーターをインストールする名前空間を作成します。
kubectl create namespace fep-operator
注意
オペレーターのインストールでは、事前にPrometheusをKubernetesクラスタにインストールする必要があります。
helmコマンドを実行し、オペレーターをインストールします。
helm install fep-operator-release fep-repo/fujitsu-enterprise-postgres-operator --namespace fep-operator