mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
fix kubeadm e2e tests
This commit is contained in:
parent
2242f6c369
commit
05e72aa38d
@ -52,7 +52,7 @@ var _ = Describe("nodes", func() {
|
|||||||
List(ctx, metav1.ListOptions{})
|
List(ctx, metav1.ListOptions{})
|
||||||
framework.ExpectNoError(err, "error reading nodes")
|
framework.ExpectNoError(err, "error reading nodes")
|
||||||
|
|
||||||
var nodeLocalCRISocketEnabled bool
|
nodeLocalCRISocketEnabled := true
|
||||||
cc := getClusterConfiguration(f.ClientSet)
|
cc := getClusterConfiguration(f.ClientSet)
|
||||||
if _, ok := cc["featureGates"]; ok {
|
if _, ok := cc["featureGates"]; ok {
|
||||||
fgCC := cc["featureGates"].(map[interface{}]interface{})
|
fgCC := cc["featureGates"].(map[interface{}]interface{})
|
||||||
|
Loading…
Reference in New Issue
Block a user