Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
feat: add support for Kubernetes 1.15.0-rc.1 (#1469)
Browse files Browse the repository at this point in the history
* feat: add support for Kubernetes 1.15.0-rc.1

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.15.md#changelog-since-v1150-beta2

* chore: update cluster-autoscaler to 1.15.0 for k8s 1.15.x
  • Loading branch information
mboersma committed Jun 12, 2019
1 parent b91fe51 commit 1c2f14c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packer/install-dependencies.sh
Expand Up @@ -200,6 +200,7 @@ for TILLER_VERSION in ${TILLER_VERSIONS}; do
done

CLUSTER_AUTOSCALER_VERSIONS="
1.15.0
1.14.2
1.14.0
1.13.4
Expand Down
1 change: 1 addition & 0 deletions pkg/api/common/versions.go
Expand Up @@ -128,6 +128,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.15.0-alpha.3": true,
"1.15.0-beta.1": true,
"1.15.0-beta.2": true,
"1.15.0-rc.1": true,
}

// GetDefaultKubernetesVersion returns the default Kubernetes version, that is the latest patch of the default release
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/k8s_versions.go
Expand Up @@ -30,7 +30,7 @@ var k8sComponentVersions = map[string]map[string]string{
"aci-connector": "virtual-kubelet:latest",
ContainerMonitoringAddonName: "oms:ciprod01092019",
AzureCNINetworkMonitoringAddonName: "networkmonitor:v0.0.6",
"cluster-autoscaler": "cluster-autoscaler:v1.14.2",
"cluster-autoscaler": "cluster-autoscaler:v1.15.0",
NVIDIADevicePluginAddonName: "k8s-device-plugin:1.11",
"k8s-dns-sidecar": "k8s-dns-sidecar-amd64:1.14.10",
"nodestatusfreq": DefaultKubernetesNodeStatusUpdateFrequency,
Expand Down

0 comments on commit 1c2f14c

Please sign in to comment.