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-03 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."]]],[]]