kubeadm: Bump minimum Kubernetes version to v1.12

Bump MinimumControlPlaneVersion and MinimumKubeletVersion to v1.12 and update
any related tests.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
This commit is contained in:
Rostislav M. Georgiev
2018-11-20 14:35:57 +02:00
parent 50e02fd0cc
commit aa414e139e
18 changed files with 93 additions and 92 deletions

View File

@@ -66,7 +66,7 @@ func SetupInitConfigurationFile(t *testing.T, tmpdir string, cfg *kubeadmapi.Ini
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
certificatesDir: {{.CertificatesDir}}
kubernetesVersion: v1.11.0
kubernetesVersion: v1.12.0
`)))
f, err := os.Create(cfgPath)