provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Enable setting a different serviceAccount for default nodePool on GKE Clusters

Open AaronME opened this issue 2 years ago • 0 comments

What problem are you facing?

In some orgs the default service account for compute is restricted or removed, preventing successful creation of GKE clusters.

How could Crossplane help solve your problem?

Allow passing a "default" ServiceAccount to (AddNodePoolForCreate)[https://github.com/crossplane/provider-gcp/blob/77ba296b248ae1bc21891d58edb75eae22aec719/pkg/clients/cluster/cluster.go#L57]

Ideally, this serviceAccount could be detected if a nodePool Configuration is supplied with the cluster.

AaronME avatar Aug 30 '21 17:08 AaronME