En este paso, se explica cómo instalar las definiciones de recursos personalizadas (CRD) para Apigee Hybrid.
Instala las CRD de Apigee:
Si instalas Apigee Hybrid en un espacio de nombres diferente del predeterminado (apigee),
edita apigee-operators/etc/crds/default/kustomization.yaml y cambia el espacio de nombres para que coincida:
namespace: APIGEE_NAMESPACE
Por ejemplo:
namespace: my-namespace
Realiza una prueba de validación de la instalación ejecutando el siguiente comando:
Ya instalaste la estructura para Apigee Hybrid. A continuación, verificarás la preparación de tu clúster de Kubernetes antes de instalar los gráficos de Helm para Apigee.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]