Send feedback      Disable Binary Authorization (GKE)  Stay organized with collections    Save and categorize content based on your preferences.          This page explains how to disable Binary Authorization on a cluster running in Google Kubernetes Engine.
 To disable Binary Authorization on a running cluster, follow these steps.
   Console   Open the GKE page in the Google Cloud console.
 Go to GKE 
Click the edit button for the name of the cluster where you want to modify. The button looks like a pencil.
Set Enable Binary Authorization  to Disabled .
 
Click Save .
  gcloud  Enter the following:
 
 gcloud beta container clusters update \ --project=PROJECT_ID  \ --binauthz-evaluation-mode=DISABLED  \ --zone ZONE  \ CLUSTER_NAME   where:
  PROJECT_ID  is the ID of the project where the cluster is runningZONE  is the GKE zone (for example, us-central1-a)CLUSTER_NAME  is the name of the cluster you want to create (for example, test-cluster)  If you have CV enabled, running this command disables it. For more information, see Manage CV platform policies .
         Send feedback     
   Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
 Last updated 2025-10-24 UTC.
          Need to tell us more?        [[["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-10-24 UTC."],[],[]]