mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
switch to e2 machine types
This commit is contained in:
@@ -85,8 +85,8 @@ func init() {
|
||||
}
|
||||
|
||||
const (
|
||||
defaultGCEMachine = "n1-standard-1"
|
||||
acceleratorTypeResourceFormat = "https://www.googleapis.com/compute/v1/projects/%s/zones/%s/acceleratorTypes/%s"
|
||||
defaultGCEMachine = "e2-standard-2"
|
||||
acceleratorTypeResourceFormat = "https://www.googleapis.com/compute/beta/projects/%s/zones/%s/acceleratorTypes/%s"
|
||||
)
|
||||
|
||||
type GCERunner struct {
|
||||
|
||||
Reference in New Issue
Block a user