Disable fleet-level authentication management

This document provides details on how you can disable fleet-level authentication 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 the entire fleet

To disable fleet-level authentication management, do the following:

Console

  1. In the Google Cloud console, go to the GKE Identity Service page.

    Go to Feature Manager

  2. Click Disable GKE Identity Service.

  3. In the confirmation dialog, click Disable.

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 authentication state at the fleet level in the Google Cloud console or by using gcloud.