automation-suite
2023.4
false
- Überblick
- Anforderungen
- Installation
- Voraussetzungsprüfungen
- Herunterladen der Installationspakete
- uipathctl-Cluster
- uipathctl-Clusterwartung
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl-Cluster-Upgrade
- uipathctl config
- uipathctl config-Warnungen
- uipathctl config Alerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- UiPathctl-Zustand
- Uipathctl-Gesundheitspaket
- Uipathctl-Zustandsprüfung
- uipathctl health diagnose
- uipathctl health test
- uipathctl Identity
- uipathctl identity add-host-admin
- uipathctl Identity Enable-Basisauthentifizierung
- uipathctl identity get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- uipathctl-Manifest
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl Manifest list-applications
- uipathctl manifest render
- uipathctl-Voraussetzung
- uipathctl prereq create
- uipathctl prereq run
- „uipathctl“-Ressource
- uipathctl-Ressourcenbericht
- uipathctl-Snapshot
- uipathctl-Snapshot-Sicherung
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl SSO
- uipathctl ssoGenerate-Connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl-Version
- Nach der Installation
- Migration und Upgrade
- Aktualisieren der Automation Suite auf EKS/AKS
- Migrationsoptionen
- Schritt 1: Verschieben der Identitätsorganisationsdaten von einer eigenständigen in die Automation Suite
- Schritt 2: Wiederherstellen der eigenständigen Produktdatenbank
- Schritt 3: Sichern der Plattformdatenbank in der Automation Suite
- Schritt 4: Zusammenführen von Organisationen in der Automation Suite
- Schritt 5: Aktualisieren der migrierten Produktverbindungszeichenfolgen
- Schritt 6: Migrieren von eigenständigen Insights
- Schritt 7: Löschen des Standardmandanten
- B) Migration von einzelnen Mandanten
- Überwachung und Warnungen
- Clusterverwaltung
- Produktspezifische Konfiguration
- Fehlersuche und ‑behebung
uipathctl manifest apply
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Automation Suite auf EKS/AKS-Installationsanleitung
Last updated 20. Sep. 2024
uipathctl manifest apply
Laden Sie die unter PATH gefundene Konfiguration und wenden Sie sie auf den Cluster an.
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.
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 der exclude_components
-Schlüssel in der Eingabedatei vorhanden ist, werden die in der Liste gefundenen Komponenten von den installierten Komponenten ausgeschlossen. Dies hat die höchste Priorität vor allen anderen Flags und schließt sich gegenseitig nicht aus.
uipathctl manifest apply PATH [flags]
uipathctl manifest apply PATH [flags]
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl manifest apply input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl manifest apply input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Simulate the apply command and print on stdout the result of the operation
uipathctl manifest apply --dry-run input.json
# Apply the configuration but skip the components installed directly by helm
uipathctl manifest apply --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl manifest apply --override automation_hub,orchestrator --versions versions.json
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl manifest apply input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl manifest apply input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Simulate the apply command and print on stdout the result of the operation
uipathctl manifest apply --dry-run input.json
# Apply the configuration but skip the components installed directly by helm
uipathctl manifest apply --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl manifest apply --override automation_hub,orchestrator --versions versions.json
--continue-on-error if true, continue applying the manifest even if an error occurs
--dependencies-only if true, only dependencies will be applied
--dry-run if true, just print the result of the command, without applying it
--fail-on-version if true, fail if the version of the component is not found in the versions file
-h, --help help for apply
--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-dependencies if true, dependencies will be skipped
--skip-helm if true, skip components installed directly by helm
--versions string optional path to versions file
--continue-on-error if true, continue applying the manifest even if an error occurs
--dependencies-only if true, only dependencies will be applied
--dry-run if true, just print the result of the command, without applying it
--fail-on-version if true, fail if the version of the component is not found in the versions file
-h, --help help for apply
--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-dependencies if true, dependencies will be skipped
--skip-helm if true, skip components installed directly by helm
--versions string optional path to versions file
--context string name of the kubeconfig context to use
--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")
--timeout duration timeout of the command (default 1h0m0s)
--context string name of the kubeconfig context to use
--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")
--timeout duration timeout of the command (default 1h0m0s)