kubeadm: update MinimumControlPlaneVersion to v1.11.0

Update MinimumControlPlaneVersion to v1.11.0. Also update related
unit tests and test configurations.
This commit is contained in:
Lubomir I. Ivanov
2018-09-14 05:23:24 +03:00
parent 5966ed7784
commit fb365768e0
21 changed files with 93 additions and 93 deletions

View File

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