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
In the Google Cloud console, go to the Feature Manager page.
Click Details in the Identity Service panel, 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
.