automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

OpenShift 上的 Automation Suite 安装指南

上次更新日期 2024年12月18日

应用其他配置

注意:仅当您无法为 Automation Suite 安装程序提供管理员权限时,才应用本节中的配置。 如果您可以为安装程序提供所需的权限,则无需应用本节中的配置。

创建优先级类别

要为 UiPath™ 应用程序创建优先级,请执行以下步骤:

  1. 将以下配置保存为 YAML 文件:
    ---
    apiVersion: scheduling.k8s.io/v1
    kind: PriorityClass
    metadata:
      name: uipath-high-priority
    value: 1000000
    preemptionPolicy: PreemptLowerPriority
    globalDefault: false
    description: "Priority class for uipath applications"---
    apiVersion: scheduling.k8s.io/v1
    kind: PriorityClass
    metadata:
      name: uipath-high-priority
    value: 1000000
    preemptionPolicy: PreemptLowerPriority
    globalDefault: false
    description: "Priority class for uipath applications"
  2. 运行以下命令,并将<file_name.yaml>占位符替换为 YAML 文件的实际名称:
    oc apply -f <file_name.yaml>oc apply -f <file_name.yaml>

标记命名空间

要创建命名空间标签,请运行以下命令:
oc label namespace <uipath> uipath-injection=enabled
oc label namespace <uipath> istio-injection=enabledoc label namespace <uipath> uipath-injection=enabled
oc label namespace <uipath> istio-injection=enabled
  • 创建优先级类别
  • 标记命名空间

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。