Files
kubernetes/test/e2e_kubeadm
Lubomir I. Ivanov 7fa7f6d400 kubeadm: fix failure in e2e_kubeadm related to kubelet-config
The featureGates field in ClusterConfiguration ends up
as a map[interface{}]interface{} in the test suite
and cannot be casted to map[string]bool directly.
Adapt the test to use map[interface{}]interface{}.
2021-11-10 21:56:22 +02:00
..
2019-11-04 23:20:24 +01:00
2020-02-07 18:16:47 -08:00
2021-04-06 21:45:39 +05:30
2020-02-08 12:30:21 -05:00