第 11 章 Migrating from 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 后创建新连接,您必须按照 第 2.1 节 “为 SSL/TLS 验证创建 secret” 中介绍的步骤来保护新连接。

修订于 2023-01-07 11:27:39 +1000