automation-suite
2.2510
false
UiPath logo, featuring letters U and I in white

uipathctl-Referenzhandbuch

Letzte Aktualisierung 11. Nov. 2025

uipathctl-Cluster-Patch

Beschreibung

Laden Sie die Konfiguration, die unter dem im Argument angegebenen Pfad gefunden wurde, und steuern Sie den Status des Clusters darauf.

Der Befehl führt einen Vergleich zwischen dem aktuellen Status des Clusters und dem gewünschten Status durch und wendet die Änderungen auf den Cluster an.

Im Gegensatz zum Anwenden-Befehl installiert der Patch-Befehl keine Komponenten, die nicht bereits installiert sind.

Wenn das Flag--override vorhanden ist, überschreibt die Liste die in der Eingabedatei gefundene Auswahl. Das Flag schließt sich gegenseitig mit dem Flag --only aus. Wenn die exclude_components key in der Eingabedatei vorhanden ist, werden die in der Liste gefundenen Komponenten von den installierten Komponenten ausgeschlossen. Dieses hat die höchste Priorität vor allen anderen Flags und schließt sich mit keinem von ihnen gegenseitig aus.
uipathctl cluster patch PATH [flags]uipathctl cluster patch PATH [flags]

Beispiele

# Apply the configuration found in input.json, using the versions found in versions.json
        uipathctl cluster patch input.json --versions versions.json

        # Apply the configuration and specify the kubeconfig file to use
        uipathctl cluster patch input.json --kubeconfig cluster.kubeconfig --versions versions.json

        # Apply the configuration but skip the components installed directly by helm
        uipathctl cluster patch --skip-helm input.json --versions versions.json

        # Apply the configuration overriding the initial list of components
        uipathctl cluster patch --override automation_hub,orchestrator --versions versions.json
        # Apply the configuration found in input.json, using the versions found in versions.json
        uipathctl cluster patch input.json --versions versions.json

        # Apply the configuration and specify the kubeconfig file to use
        uipathctl cluster patch input.json --kubeconfig cluster.kubeconfig --versions versions.json

        # Apply the configuration but skip the components installed directly by helm
        uipathctl cluster patch --skip-helm input.json --versions versions.json

        # Apply the configuration overriding the initial list of components
        uipathctl cluster patch --override automation_hub,orchestrator --versions versions.json

Optionen

--component-timeout duration   timeout for individual components to be ready (default 15m0s)
  -h, --help                         help for patch
      --no-wait                      if true, return immediately after the ArgoCD applications are created
      --only strings                 optional exclusive list of components to apply
      --override strings             optional list to override the components enabled in input.json file
      --skip-helm                    if true, skip components installed directly by helm
      --skip-oss-prereq              if true, skip OSS components prerequisites checks
      --skip-upgrade-readiness       if true, skip backup and maintenance checks
      --versions string              path to versions file       --component-timeout duration   timeout for individual components to be ready (default 15m0s)
  -h, --help                         help for patch
      --no-wait                      if true, return immediately after the ArgoCD applications are created
      --only strings                 optional exclusive list of components to apply
      --override strings             optional list to override the components enabled in input.json file
      --skip-helm                    if true, skip components installed directly by helm
      --skip-oss-prereq              if true, skip OSS components prerequisites checks
      --skip-upgrade-readiness       if true, skip backup and maintenance checks
      --versions string              path to versions file

Von übergeordneten Befehlen geerbte Optionen

--context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "error")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --kubeconfig string   kubectl configuration file (default: ~/.kube/config)
      --log-format string   log format. one of [text,json] (default "text")
      --log-level string    set log level. one of [trace,debug,info,error] (default "error")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
  • Beschreibung
  • Beispiele
  • Optionen
  • Von übergeordneten Befehlen geerbte Optionen

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten