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

EKS/AKS の Automation Suite のインストール ガイド

最終更新日時 2024年11月21日

その他の設定の適用

手記: 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ファイルの実際の名前に置き換えます。
    kubectl apply -f <file_name.yaml>kubectl apply -f <file_name.yaml>

名前空間をラベル付けする

名前空間ラベルを作成するには、次のコマンドを実行します。
kubectl label namespace <uipath> uipath-injection=enabled
kubectl label namespace <uipath> istio-injection=enabledkubectl label namespace <uipath> uipath-injection=enabled
kubectl label namespace <uipath> istio-injection=enabled
  • 優先順位クラスの作成
  • 名前空間をラベル付けする

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.