In diesem Schritt wird die Installation der benutzerdefinierten Ressourcendefinitionen (CRDs, Custom Resource Definitions) für Apigee Hybrid erläutert.
Installieren Sie die Apigee-CRDs:
Wenn Sie Apigee Hybrid in einem anderen Namespace als dem Standard-Namespace (apigee) installieren, bearbeiten Sie apigee-operators/etc/crds/default/kustomization.yaml und ändern Sie den Namespace entsprechend:
namespace: APIGEE_NAMESPACE
Beispiel:
namespace: my-namespace
Führen Sie nun einen Probelauf der Installation aus. Dazu führen Sie folgenden Befehl aus:
Sie haben jetzt die Struktur für Apigee Hybrid installiert. Als Nächstes prüfen Sie die Bereitschaft Ihres Kubernetes-Clusters, bevor Sie die Apigee Helm-Diagramme installieren.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-09 (UTC)."],[[["This process outlines the only supported method for installing Apigee Custom Resource Definitions (CRDs), emphasizing the use of `kubectl apply` with `-k` and `--server-side`."],["Before installing, you must execute a dry-run of the installation using the `kubectl apply` command with the `--dry-run=server` flag to preview the changes."],["After the dry-run, the actual installation of the Apigee CRDs is done by running the same `kubectl apply` command without the `--dry-run` flag."],["Verify that the Apigee CRDs have been installed successfully by running `kubectl get crds | grep apigee`, and checking for the output list of all apigee CRDs."],["All commands from here on should be run in the `$APIGEE_HELM_CHARTS_HOME` directory and requires elevated cluster permissions to run."]]],[]]