Kubernetes에서 기본 제공되는 역할 기반 액세스 제어(RBAC) 메커니즘을 사용하여 Google Kubernetes Engine 클러스터의 리소스에 대한 작업을 승인할 수 있습니다. 자세한 내용은 역할 기반 액세스 제어를 사용하여 클러스터의 작업 승인을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-18(UTC)"],[[["\u003cp\u003eThis guide explains how to uninstall the Apigee APIM Operator for Kubernetes from a GKE cluster, specifically for Apigee, and not Apigee hybrid.\u003c/p\u003e\n"],["\u003cp\u003eUninstalling involves removing API management policies, the Apigee APIM Operator, and the Apigee CRDs in a specific order.\u003c/p\u003e\n"],["\u003cp\u003eAPI management policies must be removed in reverse order of their application using the \u003ccode\u003ekubectl delete -f FILENAME\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eThe Apigee APIM Operator and its CRD Helm charts are removed using \u003ccode\u003ehelm uninstall\u003c/code\u003e commands.\u003c/p\u003e\n"],["\u003cp\u003eTroubleshooting for common issues during uninstallation is available in the APIM Operator troubleshooting guide.\u003c/p\u003e\n"]]],[],null,["# Uninstall the Apigee APIM Operator for Kubernetes\n\n*This page\napplies to **Apigee** , but not to **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\nThis page describes how to uninstall the Apigee APIM Operator for Kubernetes from a GKE cluster. The following sections\noutline the steps required to complete this task:\n\n- [Remove the API management policies](#remove-policies).\n- [Uninstall the Apigee APIM Operator for Kubernetes](#uninstall-operator).\n- [Uninstall the Apigee CRDs](#uninstall-crds).\n\n\u003cbr /\u003e\n\nRequired roles\n--------------\n\nIf you assigned the required roles to your service account as described in [Install the Apigee APIM Operator for Kubernetes](/apigee/docs/api-platform/apigee-kubernetes/apigee-apim-operator-install#required-roles), no additional IAM roles or permissions are required to complete these tasks.\n\nYou can choose to authorize actions on resources in your Google Kubernetes Engine cluster using the built-in role-based access control (RBAC)\nmechanism in Kubernetes. For more information, see [Authorize actions in clusters using role-based access control](/kubernetes-engine/docs/how-to/role-based-access-control).\n\nRemove the API management policies\n----------------------------------\n\nTo remove the API management policies, remove all `yaml` Kubernetes resources applied to the GKE cluster in reverse order.\nFor example, if you followed the steps in [Use API management policies with the\nApigee APIM Operator for Kubernetes](/apigee/docs/api-platform/apigee-kubernetes/apigee-apim-operator-create) and [Add\npolicies to the GKE Gateway](/apigee/docs/api-platform/apigee-kubernetes/apigee-apim-operator-add-policies), you would remove the resources corresponding to the files in this order:\n\n- `apigee-gateway-policy-withSA.yaml`\n- `new-admin-template.yaml`\n- `template-rule.yaml`\n- `apigee-policies.yaml`\n- `apim-policies.yaml`\n- `api-product.yaml`\n- `global-ext-lb1-apim-policy.yaml`\n\nRemove each resource using the following command: \n\n```bash\nkubectl delete -f FILENAME\n```\nwhere \u003cvar translate=\"no\"\u003eFILENAME\u003c/var\u003e is the name of the file corresponding to the resource you want to remove.\n\n\u003cbr /\u003e\n\nUninstall the Apigee APIM Operator for Kubernetes\n-------------------------------------------------\n\nTo uninstall the Apigee APIM Operator for Kubernetes use the following commands: \n\n helm uninstall apigee-apim-operator -n apim\n helm repo remove apigee-apim-operator\n\nThese commands remove the Apigee APIM Operator for Kubernetes and the Apigee CRD Helm charts from your cluster.\n\nUninstall the CRDs\n------------------\n\nTo uninstall the Apigee CRDs, use the following command: \n\n```bash\nhelm uninstall apigee-apim-crds -n apim\n```\n\nTroubleshoot\n------------\n\nIf you encounter issues when uninstalling the Apigee APIM Operator for Kubernetes, see [Troubleshoot the APIM Operator](/apigee/docs/api-platform/apigee-kubernetes/apigee-apim-operator-troubleshoot)\nfor solutions to common errors."]]