Questo passaggio spiega come installare le definizioni di risorse personalizzate (CRD) per Apigee hybrid.
Installa i CRD di Apigee:
Se stai installando Apigee Hybrid in uno spazio dei nomi diverso da quello predefinito (apigee),
modifica apigee-operators/etc/crds/default/kustomization.yaml e modifica lo spazio dei nomi in modo che corrisponda a:
namespace: APIGEE_NAMESPACE
Ad esempio:
namespace: my-namespace
Esegui una prova dell'installazione eseguendo
il seguente comando:
Ora hai installato la struttura per Apigee hybrid. Successivamente, dovrai verificare l'idoneità del tuo cluster Kubernetes prima di installare i grafici Helm di Apigee.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-01 UTC."],[[["This guide provides the necessary steps to install Apigee hybrid Custom Resource Definitions (CRDs), which should only be done via the provided commands in this guide, and with elevated cluster permissions."],["Installation should begin with a dry-run using `kubectl apply` with the `--dry-run=server` flag to check for any potential issues before actual installation."],["The Apigee CRDs are installed using a `kubectl apply` command with specific parameters such as `-k`, `--server-side`, `--force-conflicts`, and `--validate=false`."],["Validation of the CRD installation is performed using the command `kubectl get crds | grep apigee`, and the output will show the installed Apigee CRDs."],["Warnings about deprecated terms during the installation process can be safely ignored, as they do not affect the proper installation of the Apigee hybrid CRDs."]]],[]]