Update AKS base image to 0.17.0 (#3949)

Adds support binaries for Kubernetes 2.0.0 and 1.9.11.
This commit is contained in:
Matt Boersma 2018-10-04 09:53:48 -06:00 коммит произвёл GitHub
Родитель f3f949d8ee
Коммит ab5f36e8b1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ var (
ImageOffer: "aks",
ImageSku: "aksbase",
ImagePublisher: "microsoft-aks",
ImageVersion: "0.16.0",
ImageVersion: "0.17.0",
}
//DefaultOpenShift39RHELImageConfig is the OpenShift on RHEL distribution.