Disable fleet-level GKE Identity Service management

This document provides details on how you can disable fleet-level GKE Identity Service management for a cluster and fleet.

Disable fleet-level management for a cluster

To disable fleet-level management for a cluster, run the following command:

gcloud container fleet identity-service delete --membership=CLUSTER_NAME

where CLUSTER_NAME is your cluster's unique name within the fleet.

Disable fleet-level management for a fleet

To disable fleet-level GKE Identity Service management for your fleet, do the following:

Console

  1. In the Google Cloud console, go to the GKE Enterprise Features page.

    Go to GKE Enterprise Features

  2. In the Features table, click Details in the Identity Service row, then click Disable GKE Identity Service in the pane that displays.

gcloud

Run the following command:

gcloud container fleet identity-service disable

After disabling the feature for your fleet, you can no longer view or update any cluster's GKE Identity Service state in the Google Cloud console or by using gcloud.