Langkah ini menjelaskan cara menginstal Definisi Resource Kustom (CRD) untuk Apigee hybrid.
Instal CRD Apigee:
Jika Anda menginstal Apigee Hybrid ke namespace yang berbeda dengan default (apigee),
edit apigee-operators/etc/crds/default/kustomization.yaml dan ubah namespace agar cocok:
namespace: APIGEE_NAMESPACE
Contoh:
namespace: my-namespace
Lakukan uji coba penginstalan dengan menjalankan perintah berikut:
Sekarang Anda telah menginstal struktur untuk Apigee hybrid. Selanjutnya, Anda akan memeriksa kesiapan
cluster Kubernetes sebelum menginstal diagram Helm Apigee.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]