UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

如何在已启用 FIPS 的集群中部署 Insights

在已启用 FIPS 的 Automation Suite 集群中的专用非 FIPS 节点上部署 Insights。

Insights 当前不支持 FIPS。但是,您可以使用节点选取器和容忍在专用的非 FIPS 节点上运行 Insights,从而在启用 FIPS 的集群中部署 Insights。

采取以下步骤:

  1. 将非 FIPS 节点添加到已启用 FIPS 的集群。

  2. 对非 FIPS 节点应用污点,以防止在该节点上安排其他工作负载,并为其分配一个与您将在下一步中配置的节点选取器匹配的标签。

  3. cluster_config.json文件中,使用节点选取器和容忍将 Insights 配置为在非 FIPS 节点上专门运行:

    {
      "insights": {
        "enabled": true,
        "advanced_configuration": {
          "global": {
            "nodeSelectorLabels": {
              "nodename": "insights"
            },
            "tolerations": [
              {
                "key": "insights",
                "operator": "Equal",
                "value": "true",
                "effect": "NoSchedule"
              }
            ]
          }
        }
      }
    }
    {
      "insights": {
        "enabled": true,
        "advanced_configuration": {
          "global": {
            "nodeSelectorLabels": {
              "nodename": "insights"
            },
            "tolerations": [
              {
                "key": "insights",
                "operator": "Equal",
                "value": "true",
                "effect": "NoSchedule"
              }
            ]
          }
        }
      }
    }
    
    备注:

    确保nodeSelectorLabelstolerations与您应用于非 FIPS 节点的标签和污点匹配。

  4. 通过重新运行 Automation Suite 安装程序来应用配置。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新