Merge pull request #132316 from HirazawaUi/automated-cherry-pick-of-#132308-upstream-release-1.33

Automated cherry pick of #132308: Kubeadm: fix failing e2e tests
This commit is contained in:
Kubernetes Prow Robot
2025-06-16 02:20:58 -07:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ var _ = Describe("nodes", func() {
List(ctx, metav1.ListOptions{})
framework.ExpectNoError(err, "error reading nodes")
var nodeLocalCRISocketEnabled bool
nodeLocalCRISocketEnabled := true
cc := getClusterConfiguration(f.ClientSet)
if _, ok := cc["featureGates"]; ok {
fgCC := cc["featureGates"].(map[interface{}]interface{})