Stay organized with collections
Save and categorize content based on your preferences.
This page shows you how to disable Policy Controller. If you want to
uninstall Policy Controller instead of temporarily disabling it, see
Uninstalling Policy Controller.
If Policy Controller is causing issues in your cluster, you can
temporarily disable the webhook:
Replace MEMBERSHIP_NAME with the membership name of
the registered cluster to disable Policy Controller on. You can specify multiple
memberships separated by a comma.
You can then re-enable Policy Controller. This will cause the operator to
regenerate the webhook configuration, which will reconfigure the API server to
use Policy Controller as an admission webhook:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stop Policy Controller\n\nThis page shows you how to disable Policy Controller. If you want to\nuninstall Policy Controller instead of temporarily disabling it, see\n[Uninstalling Policy Controller](/kubernetes-engine/enterprise/policy-controller/docs/how-to/installing-policy-controller#uninstalling).\n\nIf Policy Controller is causing issues in your cluster, you can\ntemporarily disable the webhook: \n\n gcloud container fleet policycontroller suspend \\\n --memberships=\u003cvar translate=\"no\"\u003eMEMBERSHIP_NAME\u003c/var\u003e\n\nReplace \u003cvar translate=\"no\"\u003eMEMBERSHIP_NAME\u003c/var\u003e with the membership name of\nthe registered cluster to disable Policy Controller on. You can specify multiple\nmemberships separated by a comma.\n\nYou can then re-enable Policy Controller. This will cause the operator to\nregenerate the webhook configuration, which will reconfigure the API server to\nuse Policy Controller as an admission webhook: \n\n gcloud container fleet policycontroller enable \\\n --memberships=\u003cvar translate=\"no\"\u003eMEMBERSHIP_NAME\u003c/var\u003e\n\nWhat's next\n-----------\n\n- [Use Policy Controller metrics](/kubernetes-engine/enterprise/policy-controller/docs/how-to/policy-controller-metrics)\n- [Troubleshoot Policy Controller](/kubernetes-engine/enterprise/policy-controller/docs/how-to/troubleshoot-policy-controller)"]]