You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To set up a GKE cluster, we attempted to utilize the "gke-cluster-standard" module from GitHub at github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules//gke-cluster-standard?ref=v26.0.0. However, within our GCP projects, the default service account for GCE resources was disabled, posing a challenge for us.
During the initial cluster creation in our project, the module encountered issues attempting to delete the default node pool because the default GCE service was disabled in our project. To address this, we have been managing the situation by explicitly providing our own service account to the node_config block in the "google_container_cluster" resource. Given that we prefer not to use the default GCE service account in any of our environments, we are reaching out to inquire if it's possible to update the cluster creation resource to support user-defined service accounts. This would enable the deletion of the default node pool.
Here is the current configuration for the "google_container_cluster" resource:
The text was updated successfully, but these errors were encountered:
barya1993
changed the title
Request to Modify GKE Cluster Creation to Support Custom Service Accounts for Default Node Pool Deletion
Request to Modify GKE Cluster Creation to Support Custom Service Accounts for Default Node Pool Creation
Sep 21, 2023
To set up a GKE cluster, we attempted to utilize the "gke-cluster-standard" module from GitHub at github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules//gke-cluster-standard?ref=v26.0.0. However, within our GCP projects, the default service account for GCE resources was disabled, posing a challenge for us.
During the initial cluster creation in our project, the module encountered issues attempting to delete the default node pool because the default GCE service was disabled in our project. To address this, we have been managing the situation by explicitly providing our own service account to the node_config block in the "google_container_cluster" resource. Given that we prefer not to use the default GCE service account in any of our environments, we are reaching out to inquire if it's possible to update the cluster creation resource to support user-defined service accounts. This would enable the deletion of the default node pool.
Here is the current configuration for the "google_container_cluster" resource:
The text was updated successfully, but these errors were encountered: