第 6 章 在断开连接的环境中部署托管的 control plane
6.1. 在断开连接的环境中托管 control plane 简介 复制链接链接已复制到粘贴板!
在托管 control plane 的上下文中,断开连接的环境是一个没有连接到互联网的 OpenShift Container Platform 部署,它使用托管的 control plane 作为基础。您可以在裸机或 OpenShift Virtualization 在断开连接的环境中部署托管的 control plane。
在断开连接的环境中托管的 control plane 与独立的 OpenShift Container Platform 不同:
- control plane 位于管理集群中。control plane 是托管 control plane 的 pod 由 Control Plane Operator 运行和管理的位置。
- data plane 位于托管集群的 worker 中。data plane 是工作负载和其他 pod 的运行位置,它们都由 HostedClusterConfig Operator 管理。
根据 pod 的运行位置,它们会受到管理集群中创建的 ImageDigestMirrorSet
(IDMS) 或 ImageContentSourcePolicy
(ICSP) 或 ImageContentSourcePolicy (ICSP) 的影响,或由托管集群的 spec
字段中设置的 ImageContentSource
的影响。spec
字段转换为托管集群中的 IDMS 对象。
您可以在 IPv4、IPv6 和双栈网络断开连接的环境中部署托管的 control plane。IPv4 是在断开连接的环境中部署托管 control plane 的最简单的网络配置之一。IPv4 范围所需的外部组件数量少于 IPv6 或双栈设置。对于在断开连接的环境中的 OpenShift Virtualization 上托管的 control plane,请使用 IPv4 或双栈网络。