Skip to content

Commit

Permalink
set kube version in cluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 23, 2023
1 parent 9aa6e4b commit 8bd0cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/vsphere_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,11 +1000,11 @@ func TestVSphereMultipleTemplatesUbuntu127(t *testing.T) {
api.ClusterToConfigFiller(
api.WithExternalEtcdMachineRef(v1alpha1.VSphereMachineConfigKind),
api.WithControlPlaneCount(1),
api.WithKubernetesVersion(v1alpha1.Kube127),
),
)

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 8bd0cc9

Please sign in to comment.