Você instalou a estrutura da Apigee híbrida. Em seguida, você verificará a prontidão do
cluster do Kubernetes antes de instalar os gráficos do Apigee Helm.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-28 UTC."],[[["\u003cp\u003eThis process details the installation of Apigee hybrid Custom Resource Definitions (CRDs), which is the only supported method for their installation.\u003c/p\u003e\n"],["\u003cp\u003eAll installation commands must be executed from the \u003ccode\u003e$APIGEE_HELM_CHARTS_HOME\u003c/code\u003e directory, and requires elevated cluster permissions.\u003c/p\u003e\n"],["\u003cp\u003eThe installation process involves performing a dry-run with \u003ccode\u003ekubectl apply\u003c/code\u003e and specific parameters before proceeding with the actual installation, which use the same \u003ccode\u003ekubectl apply\u003c/code\u003e commands without \u003ccode\u003e--dry-run\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eVerify the installation of the Apigee CRDs by running \u003ccode\u003ekubectl get crds | grep apigee\u003c/code\u003e, which will output the list of the installed CRDs.\u003c/p\u003e\n"],["\u003cp\u003eInstalling these CRDs establishes the fundamental structure required for setting up Apigee hybrid.\u003c/p\u003e\n"]]],[],null,["# Step 9: Install the Apigee hybrid CRDs\n\n| You are currently viewing version 1.12 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\nThis step explains how to install the Custom Resource Definitions (CRDs) for Apigee hybrid.\n\nInstall the Apigee CRDs:\n------------------------\n\n| **Note:** From this step onwards, all commands should be run from `$APIGEE_HELM_CHARTS_HOME` directory.\n| **Note:** This is the only supported method for installing Apigee CRDs. Do not use `kubectl apply` without `-k`, do not omit `--server-side`.\n| **Note:** This step requires elevated cluster permissions.\n\n1. Perform a dry-run of the installation by running\n the following command:\n\n ```\n kubectl apply -k apigee-operator/etc/crds/default/ \\\n --server-side \\\n --force-conflicts \\\n --validate=false \\\n --dry-run=server\n ```\n2. After checking the installation with `--dry-run`, install the Apigee CRDs with\n the following command:\n\n ```\n kubectl apply -k apigee-operator/etc/crds/default/ \\\n --server-side \\\n --force-conflicts \\\n --validate=false\n ```\n3. Validate the installation with the `kubectl get crds` command: \n\n ```\n kubectl get crds | grep apigee\n ```\n\n Your output should look something like the following: \n\n ```\n apigeedatastores.apigee.cloud.google.com 2024-03-29T14:48:30Z\n apigeedeployments.apigee.cloud.google.com 2024-03-29T14:48:30Z\n apigeeenvironments.apigee.cloud.google.com 2024-03-29T14:48:31Z\n apigeeissues.apigee.cloud.google.com 2024-03-29T14:48:31Z\n apigeeorganizations.apigee.cloud.google.com 2024-03-29T14:48:32Z\n apigeeredis.apigee.cloud.google.com 2024-03-29T14:48:33Z\n apigeerouteconfigs.apigee.cloud.google.com 2024-03-29T14:48:33Z\n apigeeroutes.apigee.cloud.google.com 2024-03-29T14:48:33Z\n apigeetelemetries.apigee.cloud.google.com 2024-03-29T14:48:34Z\n cassandradatareplications.apigee.cloud.google.com 2024-03-29T14:48:35Z\n ```\n\n| **Note:** You may see warnings about deprecated terms. This will not impact the installation of the Apigee hybrid CRDs.\n\n\nYou have now installed the structure for Apigee hybrid. Next you will check the readiness of\nyour Kubernetes cluster before installing the Apigee Helm charts.\n\n\nNext step\n---------\n\n\u003cbr /\u003e\n\n[1](/apigee/docs/hybrid/v1.12/install-create-cluster) [2](/apigee/docs/hybrid/v1.12/install-download-charts) [3](/apigee/docs/hybrid/v1.12/install-create-namespace) [4](/apigee/docs/hybrid/v1.12/install-service-accounts) [5](/apigee/docs/hybrid/v1.12/install-create-tls-certificates) [6](/apigee/docs/hybrid/v1.12/install-create-overrides) [7](/apigee/docs/hybrid/v1.12/install-enable-synchronizer-access) [8](/apigee/docs/hybrid/v1.12/install-cert-manager) [9](/apigee/docs/hybrid/v1.12/install-crds) [(NEXT) Step 10: Check cluster readiness](/apigee/docs/hybrid/v1.12/install-check-cluster) [11](/apigee/docs/hybrid/v1.12/install-helm-charts) [12](/apigee/docs/hybrid/v1.12/install-workload-identity)\n\n\u003cbr /\u003e"]]