Skip to content

Commit

Permalink
set kubernetes version in cluster config for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 23, 2023
1 parent c359add commit 3def2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/vsphere_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ func TestVSphereMultipleTemplatesUbuntu127(t *testing.T) {
)

test.WithClusterConfig(
provider.WithKubeVersionAndOS(v1alpha1.Kube127, framework.Ubuntu2204, nil),
provider.WithMachineTemplate(providers.GetControlPlaneNodeName(test.ClusterName), os.Getenv(framework.VSphereMultiTemplateUbuntu127)),
provider.WithMachineTemplate(providers.GetEtcdNodeName(test.ClusterName), os.Getenv(framework.VSphereMultiTemplateUbuntu127)),
)
Expand Down

0 comments on commit 3def2e4

Please sign in to comment.