Skip to content

Commit

Permalink
[Test]Update the Cluster Type in calicoctl version to v3.28.1
Browse files Browse the repository at this point in the history
Signed-off-by: panyintian.fu <[email protected]>
  • Loading branch information
panyintian.fu committed Nov 25, 2024
1 parent 946b764 commit c2817c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var _ = ginkgo.Describe("e2e test cluster 1 master + 1 worker sonobouy check", f
klog.Info("check calicoctl: ", masterOut.String())
gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("Client Version"))
gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("Cluster Version"))
gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("kubespray,kubeadm,kdd"))
gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("k8s,bgp,kubeadm,kdd"))

//6. check pod connection:
tools.CreatePod(pod1Name, tools.DefaultNamespace, "node1", nginxImage, localKubeConfigPath)
Expand Down

0 comments on commit c2817c1

Please sign in to comment.