Skip to content

Commit

Permalink
Merge pull request #9232 from justinsb/gce_fix_typo
Browse files Browse the repository at this point in the history
GCE: fix typo
  • Loading branch information
k8s-ci-robot authored Jun 1, 2020
2 parents 28a30e8 + ac36147 commit 042ab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ func RunCreateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Cr
cluster.Spec.CloudConfig.GCEServiceAccount = c.GCEServiceAccount
} else {
klog.Warning("VMs will be configured to use the GCE default compute Service Account! This is an anti-pattern")
klog.Warning("Use a pre-create Service Account with the flag: --gce-service-account=account@projectname.iam.gserviceaccount.com")
klog.Warning("Use a pre-created Service Account with the flag: --gce-service-account=account@projectname.iam.gserviceaccount.com")
cluster.Spec.CloudConfig.GCEServiceAccount = "default"
}
}
Expand Down

0 comments on commit 042ab79

Please sign in to comment.