UiPath Documentation
automation-suite
2023.10
false

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

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

サイドバイサイド アップグレード中に AI Center のスキルの同期が失敗する

説明

サイドバイサイド アップグレード中に、 registry.uipath.com/aicenter/aicenter-jobs イメージの使用中に AI Center で ML スキルを同期および確認するためのスクリプトが失敗する問題が発生する可能性があります。 この問題により、短縮形フラグ -cの問題を強調するエラー メッセージが表示されます。

解決策

この問題を解決するには、次の例に示すように、 の前に --command を含めるようにスクリプトの構文を調整する必要があります -- /bin/bash

kubectl -n uipath run "$podName" \
  --image="$aicJobsImage" \
  --restart=Never \
  --labels="app.kubernetes.io/component=aicenter" \
  --overrides='{ "metadata": { "annotations": {"sidecar.istio.io/inject": "false"}}}' \
  --command -- /bin/bash -c "curl -sSL -XPOST -H 'Content-Type: application/json' 'ai-deployer-svc.uipath.svc.cluster.local/ai-deployer/v1/system/mlskills:restore-all' -d '[12345]'; exit"
kubectl -n uipath run "$podName" \
  --image="$aicJobsImage" \
  --restart=Never \
  --labels="app.kubernetes.io/component=aicenter" \
  --overrides='{ "metadata": { "annotations": {"sidecar.istio.io/inject": "false"}}}' \
  --command -- /bin/bash -c "curl -sSL -XPOST -H 'Content-Type: application/json' 'ai-deployer-svc.uipath.svc.cluster.local/ai-deployer/v1/system/mlskills:restore-all' -d '[12345]'; exit"
  • 説明
  • 解決策

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得