Merge pull request #10098 from srikiz/DO-Use-Debian10-Image

[Digital Ocean] Use Debian10 as default image
This commit is contained in:
Kubernetes Prow Robot 2020-11-01 11:24:52 -08:00 committed by GitHub
commit 9b6f89fa04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const (
defaultMasterMachineTypeDO = "s-2vcpu-4gb"
defaultMasterMachineTypeALI = "ecs.n2.medium"
defaultDONodeImage = "debian-9-x64"
defaultDONodeImage = "ubuntu-20-04-x64"
defaultALINodeImage = "centos_7_04_64_20G_alibase_201701015.vhd"
)