4.2. 使用公共 OpenShift 镜像获取支持 FIPS 的安装程序
OpenShift Container Platform 需要使用支持 FIPS 的安装二进制文件来在 FIPS 模式中安装集群。您可以通过从公共 OpenShift 镜像下载来获取此二进制文件。获取二进制文件后,进行集群安装,将 openshift-install 二进制文件的所有实例替换为 openshift-install-fips。
先决条件
- 您可以访问互联网。
流程
- 从 https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.17/openshift-install-rhel9-amd64.tar.gz 下载安装程序。
提取安装程序。例如,在使用 Linux 操作系统的计算机上运行以下命令:
tar -xvf openshift-install-rhel9-amd64.tar.gz
$ tar -xvf openshift-install-rhel9-amd64.tar.gzCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
继续集群安装,将
openshift-install命令的所有实例替换为openshift-install-fips。