QuestionQ23

UiPath Platform components and integrations

Which command correctly performs an in-place upgrade of Kubernetes and the other infrastructure components?

  • A ./bin/uipathctl rke2 upgrade cluster_config.json --versions versions/helm-charts.json
  • B ./install-uipath.sh --upgrade -i ./cluster_config.json -o ./output.json -k --accept-license-agreement
  • C ./bin/uipathctl manifest apply cluster_config.json --versions versions/helm-charts.json
  • D ./configureUiPathAS.sh --upgrade -i ./cluster_config.json -o ./output.json -j server --accept-license-agreement
Explanation

For an Automation Suite in-place upgrade, Kubernetes and the other infrastructure components are upgraded with the uipathctl rke2 upgrade command, using cluster_config.json and the Helm charts version file.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!