第11章 Red Hat Integration - AMQ Certificate Manager Operator からの移行

Red Hat Integration - AMQ Certificate Manager Operator は接続のセキュリティー保護に必要なく、OpenShift Container Platform 4.9 ではサポートされません。OpenShift Container Platform 4.9 の接続をセキュアにするために、以下の説明に従って Red Hat Integration - AMQ Certificate Manager Operator を削除できます。

注記

Red Hat Integration - AMQ Certificate Manager Operator を削除した後も、以前に発行された証明書は引き続き有効であり、接続もセキュリティー保護されます。

前提条件

  • cluster-admin アカウントを使用してクラスターにログインしている。

手順

  1. Red Hat Integration - AMQ Interconnect Operator が最新バージョンにアップグレードされていることを確認してください。
  2. Red Hat Integration - AMQ Certificate Manager Operator を削除します。

    1. OpenShift Container Platform の Web コンソールで、OperatorsOperatorHub に移動します。
    2. インストールされている Operator のリストから Red Hat Integration - AMQ Certificate Manager Operator を選択し、Remove をクリックします。
    3. 次のメッセージが表示されたら、OK をクリックします。

      Operator Red Hat Integration - AMQ Certificate Manager will be removed from all-namespaces, but any of its custom resource definitions
      or managed resources will remain. If your Operator deployed applications on the cluster or configured off-cluster resources, these will
      continue to run and require manual cleanup.
  3. Red Hat Integration - AMQ Certificate Manager Operator CRD を削除します。

    $ oc delete crd issuers.certmanager.k8s.io
    
    customresourcedefinition.apiextensions.k8s.io "issuers.certmanager.k8s.io" deleted
  4. 現在のすべての接続が機能していることを確認します。
注記

Red Hat Integration - AMQ Certificate Manager Operator を削除した後に新しい接続を作成する場合は、新しい接続をセキュリティー保護するために 「SSL/TLS 認証用のシークレットの作成」 で説明されている手順に従う必要があります。

改訂日時: 2023-01-07 11:27:39 +1000