Skip to content

Commit

Permalink
Use actual LB in Azure e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <artiom@kubermatic.com>
  • Loading branch information
kron4eg committed Apr 17, 2024
1 parent fc17595 commit 5ea88e8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/e2e/tests_definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ var (
},
terraform: terraformBin{
path: "../../examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
},
},
protokol: protokolBin{
namespaces: []string{"kube-system"},
Expand All @@ -366,9 +363,6 @@ var (
},
terraform: terraformBin{
path: "../../../kubeone-stable/examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
},
},
protokol: protokolBin{
namespaces: []string{"kube-system"},
Expand All @@ -388,7 +382,6 @@ var (
terraform: terraformBin{
path: "../../examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=centos",
},
},
Expand All @@ -410,7 +403,6 @@ var (
terraform: terraformBin{
path: "../../../kubeone-stable/examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=centos",
},
},
Expand All @@ -432,7 +424,6 @@ var (
terraform: terraformBin{
path: "../../examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"disable_auto_update=true",
"os=flatcar",
},
Expand All @@ -455,7 +446,6 @@ var (
terraform: terraformBin{
path: "../../../kubeone-stable/examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"disable_auto_update=true",
"os=flatcar",
},
Expand All @@ -479,7 +469,6 @@ var (
terraform: terraformBin{
path: "../../examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=rhel",
},
},
Expand All @@ -502,7 +491,6 @@ var (
terraform: terraformBin{
path: "../../../kubeone-stable/examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=rhel",
},
},
Expand All @@ -524,7 +512,6 @@ var (
terraform: terraformBin{
path: "../../examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=rockylinux",
},
},
Expand All @@ -546,7 +533,6 @@ var (
terraform: terraformBin{
path: "../../../kubeone-stable/examples/terraform/azure",
vars: []string{
"disable_kubeapi_loadbalancer=true",
"os=rockylinux",
},
},
Expand Down

0 comments on commit 5ea88e8

Please sign in to comment.