Cette étape explique comment installer les définitions de ressources personnalisées (CRD, Custom Resource Definitions) pour Apigee hybrid.
Installez les CRD Apigee :
Si vous installez Apigee hybrid dans un espace de noms différent de l'espace par défaut (apigee), modifiez apigee-operators/etc/crds/default/kustomization.yaml et modifiez l'espace de noms pour qu'il corresponde:
namespace: APIGEE_NAMESPACE
Exemple :
namespace: my-namespace
Effectuer une simulation de l'installation en exécutant la commande suivante:
Vous avez maintenant installé la structure de Apigee hybrid. Vous allez ensuite vérifier l'état de préparation de votre cluster Kubernetes avant d'installer les graphiques Apigee Helm.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/04/01 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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."]]],[]]