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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: