This documentation is for a release that is no longer maintained.
You can select a different version or view all RHACS documentation.5.2. 在安装过程中启用离线模式
您可在安装 Red Hat Advanced Cluster Security for Kubernetes 过程中启用离线模式。
5.2.1. 使用 Helm 配置启用离线模式 复制链接链接已复制到粘贴板!
在使用 Helm Chart 安装 Red Hat Advanced Cluster Security for Kubernetes 时,您可以在安装过程中启用离线模式。
流程
-
安装 central-services Helm Chart 时,在
values-public.yaml配置文件中将env.offlineMode环境变量的值设置为true。 -
安装 secured-cluster-services Helm Chart 时,在
values-public.yaml配置文件中将config.offlineMode参数的值设置为true。
5.2.2. 使用 roxctl CLI 启用离线模式 复制链接链接已复制到粘贴板!
在使用 roxctl CLI 安装 Red Hat Advanced Cluster Security for Kubernetes 时,您可以启用离线模式。
流程
如果您使用默认互联网连接 registry (
registry.redhat.io)以外的 registry,请在回答镜像以使用提示时提供推送 Red Hat Advanced Cluster Security for Kubernetes 镜像的位置:Enter main image to use (if unset, the default will be used): <your_registry>/rhacs-main-rhel8:4.6.10
Enter main image to use (if unset, the default will be used): <your_registry>/rhacs-main-rhel8:4.6.10Copy to Clipboard Copied! Toggle word wrap Toggle overflow 注意默认镜像取决于您对
Enter default container images settings:提示的回答:如果您输入rhacs,默认选项,默认镜像为registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8:4.6.10。Enter Scanner DB image to use (if unset, the default will be used): <your_registry>/rhacs-scanner-db-rhel8:4.6.10
Enter Scanner DB image to use (if unset, the default will be used): <your_registry>/rhacs-scanner-db-rhel8:4.6.10Copy to Clipboard Copied! Toggle word wrap Toggle overflow Enter Scanner image to use (if unset, the default will be used): <your_registry>/rhacs-scanner-rhel8:4.6.10
Enter Scanner image to use (if unset, the default will be used): <your_registry>/rhacs-scanner-rhel8:4.6.10Copy to Clipboard Copied! Toggle word wrap Toggle overflow 要启用离线模式,在回答
Enter whether to run StackRox in offline mode提问时输入true:Enter whether to run StackRox in offline mode, which avoids reaching out to the internet (default: "false"): true
Enter whether to run StackRox in offline mode, which avoids reaching out to the internet (default: "false"): trueCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
之后,当您在 RHACS 门户的 Platform Configuration
Clusters 视图中将 Sensor 添加到远程集群时,您必须在 Collector Image Repository 字段中指定您的 Collector 镜像名称。