Upgrade oldest supported k8s version to v1.12.0
parent
156558c236
commit
3d05a43c8b
|
@ -31,7 +31,7 @@ const (
|
||||||
// NewestKubernetesVersion is the newest Kubernetes version to test against
|
// NewestKubernetesVersion is the newest Kubernetes version to test against
|
||||||
NewestKubernetesVersion = "v1.18.0"
|
NewestKubernetesVersion = "v1.18.0"
|
||||||
// OldestKubernetesVersion is the oldest Kubernetes version to test against
|
// OldestKubernetesVersion is the oldest Kubernetes version to test against
|
||||||
OldestKubernetesVersion = "v1.11.10"
|
OldestKubernetesVersion = "v1.12.0"
|
||||||
// DefaultClusterName is the default nane for the k8s cluster
|
// DefaultClusterName is the default nane for the k8s cluster
|
||||||
DefaultClusterName = "minikube"
|
DefaultClusterName = "minikube"
|
||||||
// DockerDaemonPort is the port Docker daemon listening inside a minikube node (vm or container).
|
// DockerDaemonPort is the port Docker daemon listening inside a minikube node (vm or container).
|
||||||
|
|
|
@ -44,7 +44,7 @@ func TestStartStop(t *testing.T) {
|
||||||
version string
|
version string
|
||||||
args []string
|
args []string
|
||||||
}{
|
}{
|
||||||
{"old-docker", constants.OldestKubernetesVersion, []string{
|
{"old-k8s-version", constants.OldestKubernetesVersion, []string{
|
||||||
// default is the network created by libvirt, if we change the name minikube won't boot
|
// default is the network created by libvirt, if we change the name minikube won't boot
|
||||||
// because the given network doesn't exist
|
// because the given network doesn't exist
|
||||||
"--kvm-network=default",
|
"--kvm-network=default",
|
||||||
|
|
Loading…
Reference in New Issue