שלב 9: התקנת CRD של Apigee Hybrid

בשלב הזה מוסבר איך להתקין את ההגדרות של משאבים בהתאמה אישית (CRD) עבור Apigee Hybrid.

מתקינים את ה-CRD של Apigee:

  1. מריצים את הפקודה הבאה כדי לבצע הרצה יבשה של ההתקנה:

    kubectl apply -k  apigee-operator/etc/crds/default/ \
      --server-side \
      --force-conflicts \
      --validate=false \
      --dry-run=server
    
  2. אחרי שבודקים את ההתקנה באמצעות --dry-run, מתקינים את ה-CRD של Apigee באמצעות הפקודה הבאה:

    kubectl apply -k  apigee-operator/etc/crds/default/ \
      --server-side \
      --force-conflicts \
      --validate=false
    
  3. מאמתים את ההתקנה באמצעות הפקודה kubectl get crds:
    kubectl get crds | grep apigee

    הפלט אמור להיראות כך:

    apigeedatastores.apigee.cloud.google.com                    2024-03-29T14:48:30Z
    apigeedeployments.apigee.cloud.google.com                   2024-03-29T14:48:30Z
    apigeeenvironments.apigee.cloud.google.com                  2024-03-29T14:48:31Z
    apigeeissues.apigee.cloud.google.com                        2024-03-29T14:48:31Z
    apigeeorganizations.apigee.cloud.google.com                 2024-03-29T14:48:32Z
    apigeeredis.apigee.cloud.google.com                         2024-03-29T14:48:33Z
    apigeerouteconfigs.apigee.cloud.google.com                  2024-03-29T14:48:33Z
    apigeeroutes.apigee.cloud.google.com                        2024-03-29T14:48:33Z
    apigeetelemetries.apigee.cloud.google.com                   2024-03-29T14:48:34Z
    cassandradatareplications.apigee.cloud.google.com           2024-03-29T14:48:35Z
    

סיימתם להתקין את המבנה של Apigee Hybrid. בשלב הבא תבדקו את המוכנות של אשכול Kubernetes לפני שתתקינו את תרשימי Apigee Helm.

השלב הבא

1 2 3 4 5 6 7 8 9 (הבא) שלב 10: בדיקת מוכנות האשכול 11 12