UiPath Documentation
automation-suite
2024.10
false

OpenShift の Automation Suite のインストール ガイド

最終更新日時 2026年5月8日

ODF 4.20 の CSI ドライバー トレレーションの設定

説明

OpenShift Data Foundation (ODF) 4.20 は rook 1.18 を使用し、Ceph CSI ドライバーを別の Operator に分解します。その結果、 CSI_PLUGIN_TOLERATIONS 構成マップを介してトレレーションを渡す以前の方法は機能しなくなりました。Ceph CSI ノードプラグインが正しいノードでスケジュールされるようにするには、Ceph CSI ノードプラグインに明示的にトレレーションを追加する必要があります。

解決策

ストレージクラスタが正常に導入されたら、次の手順を実行します。

  1. 次の設定を YAML ファイルに保存します。
    ---
    apiVersion: csi.ceph.io/v1
    kind: Driver
    metadata:
      name: openshift-storage.cephfs.csi.ceph.com
      namespace: openshift-storage
    spec:
      nodePlugin:
        tolerations:
        - effect: NoSchedule
          key: node.ocs.openshift.io/storage
          operator: Equal
          value: "true"
        - effect: NoSchedule
          key: serverless.robot
          operator: Equal
          value: "present"
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
        - effect: NoSchedule
          key: uipath
          operator: Exists
    ---
    apiVersion: csi.ceph.io/v1
    kind: Driver
    metadata:
      name: openshift-storage.rbd.csi.ceph.com
      namespace: openshift-storage
    spec:
      nodePlugin:
        tolerations:
        - effect: NoSchedule
          key: node.ocs.openshift.io/storage
          operator: Equal
          value: "true"
        - effect: NoSchedule
          key: serverless.robot
          operator: Equal
          value: "present"
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
        - effect: NoSchedule
          key: uipath
          operator: Exists
    ---
    apiVersion: csi.ceph.io/v1
    kind: Driver
    metadata:
      name: openshift-storage.cephfs.csi.ceph.com
      namespace: openshift-storage
    spec:
      nodePlugin:
        tolerations:
        - effect: NoSchedule
          key: node.ocs.openshift.io/storage
          operator: Equal
          value: "true"
        - effect: NoSchedule
          key: serverless.robot
          operator: Equal
          value: "present"
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
        - effect: NoSchedule
          key: uipath
          operator: Exists
    ---
    apiVersion: csi.ceph.io/v1
    kind: Driver
    metadata:
      name: openshift-storage.rbd.csi.ceph.com
      namespace: openshift-storage
    spec:
      nodePlugin:
        tolerations:
        - effect: NoSchedule
          key: node.ocs.openshift.io/storage
          operator: Equal
          value: "true"
        - effect: NoSchedule
          key: serverless.robot
          operator: Equal
          value: "present"
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
        - effect: NoSchedule
          key: uipath
          operator: Exists
    
  2. 次のコマンドを実行して構成を適用します。
    oc apply -f <filename>.yaml
    oc apply -f <filename>.yaml
    
  • 説明
  • 解決策

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得