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

Kubernetes v1.9.0 support #1893

Merged
merged 10 commits into from
Jan 2, 2018
Merged

Kubernetes v1.9.0 support #1893

merged 10 commits into from
Jan 2, 2018

Conversation

jackfrancis
Copy link
Member

@jackfrancis jackfrancis commented Dec 6, 2017

What this PR does / why we need it: brings Kubernetes v1.9.0 support

Release note:

Kubernetes v1.9.0 support

@@ -8,6 +8,33 @@ import (

// KubeConfigs represents Docker images used for Kubernetes components based on Kubernetes versions (major.minor.patch)
var KubeConfigs = map[string]map[string]string{
common.KubernetesVersion1Dot9Beta1: {
"hyperkube": "hyperkube-amd64:v1.9.0-beta.1",
"ccm": "cloud-controller-manager-amd64:v1.9.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here should be 'cloud-controller-manager-amd64:v1.9.0-beta.1'.

Another thing to note is azure's 'ccm' image release is planned to be shipped via public dockerhub, which does not share 'gcrio.azureedge.net' prefix then. This could be addressed later when we move to that image.

@ghost ghost added the in progress label Dec 7, 2017
@jackfrancis jackfrancis changed the title WIP: Kubernetes v1.9.0-beta.1 support WIP: Kubernetes v1.9.0 support Dec 19, 2017
JiangtianLi
JiangtianLi previously approved these changes Dec 21, 2017
Copy link
Contributor

@JiangtianLi JiangtianLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"pause": "pause-amd64:3.0",
DefaultTillerAddonName: DefaultTillerImage,
DefaultReschedulerAddonName: DefaultReschedulerImage,
"windowszip": "v1.8.4-1int.zip", // TODO add Windows image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can change to v1.9.0-1int.zip

@jackfrancis jackfrancis changed the title WIP: Kubernetes v1.9.0 support Kubernetes v1.9.0 support Dec 21, 2017
@@ -147,6 +150,7 @@ var AllKubernetesWindowsSupportedVersions = map[string]bool{
KubernetesVersion1Dot8Dot1: true,
KubernetesVersion1Dot8Dot2: true,
KubernetesVersion1Dot8Dot4: true,
// TODO add KubernetesVersion1Dot9Dot0 when Windows image is built
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uncomment?

@jackfrancis jackfrancis merged commit 0cfb173 into Azure:master Jan 2, 2018
@ghost ghost removed the in progress label Jan 2, 2018
@jackfrancis jackfrancis deleted the k8s-1.9 branch January 2, 2018 21:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants