2.3. RHACS Operator を使用した Central デプロイメントの復元

RHACS Operator を使用して、Central デプロイメントを元の設定に復元できます。正常に復元するには、Central カスタムリソース (central-tls) と管理者パスワードのバックアップが必要です。

前提条件

  • Central-TLS バックアップファイルがある。
  • Central カスタムリソースバックアップファイルがある。
  • 管理者パスワードのバックアップファイルがある。

手順

  1. Central-TLS バックアップファイルを使用してリソースを作成します。

    $ oc apply -f central-tls.json
  2. Central-htpasswd バックアップファイルを使用してシークレットを作成します。

    $ oc apply -f central-htpasswd.json
  3. Central-cr.yaml ファイルを使用して、Central デプロイメントを作成します。

    $ oc apply -f central-cr.yaml