11.2. AWS シークレットと設定プロバイダーのデプロイ
次のコマンドを実行し、Helm を使用してシークレットストア CSI ドライバーを登録します。
$ helm repo add secrets-store-csi-driver \ https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
次のコマンドを実行して、Helm リポジトリーを更新します。
$ helm repo update
次のコマンドを実行して、シークレットストア CSI ドライバーをインストールします。
$ helm upgrade --install -n csi-secrets-store \ csi-secrets-store-driver secrets-store-csi-driver/secrets-store-csi-driver
次のコマンドを実行して、AWS プロバイダーをデプロイします。
$ oc -n csi-secrets-store apply -f \ https://raw.githubusercontent.com/rh-mobb/documentation/main/content/misc/secrets-store-csi/aws-provider-installer.yaml
次のコマンドを実行して、両方の Daemonset が実行されていることを確認します。
$ oc -n csi-secrets-store get ds \ csi-secrets-store-provider-aws \ csi-secrets-store-driver-secrets-store-csi-driver
次のコマンドを実行して、シークレットストア CSI ドライバーにラベルを付けて、制限付き Pod セキュリティープロファイルとともに使用することを許可します。
$ oc label csidriver.storage.k8s.io/secrets-store.csi.k8s.io security.openshift.io/csi-ephemeral-volume-profile=restricted