Uninstall hybrid runtime

Version 1.7 (unsupported)keyboard_arrow_down

To delete Apigee components within a specific scope, use apigeectl with the flags for the scope that includes those components:

For example:

apigeectl delete -f your_overrides_file.yaml --org --env env-name

To delete only the Apigee components from the cluster, use this command:

apigeectl delete -f your_overrides_file.yaml

Use the following commands to delete the entire Apigee hybrid installation except Anthos Service Mesh (Istio) and cert-manager from your cluster:

  1. Run apigeectl delete with the default scope:
    apigeectl delete -f your_overrides_file.yaml
  2. Verify that the Apigee hybrid components were deleted:
    kubectl -n apigee get apigeedatastore,apigeeredis,apigeetelemetry,org,env,arc

    Your output should be empty

  3. Run apigeectl delete again with --all:
    apigeectl delete --all -f your_overrides_file.yaml

For more information about the apigeectl command, see apigeectl.

Use the following command to remove cert-manager:

kubectl -n cert-manager delete secret apigee-ca