Skip to content

Commit 6e4665b

Browse files
committed
UPSTREAM: <carry>: Extend NodeLogQuery feature
1 parent eb787d1 commit 6e4665b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubelet/apis/config/validation/validation_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ func TestValidateKubeletConfiguration(t *testing.T) {
614614
}, {
615615
name: "enableSystemLogQuery is enabled without NodeLogQuery feature gate",
616616
configure: func(conf *kubeletconfig.KubeletConfiguration) *kubeletconfig.KubeletConfiguration {
617+
conf.FeatureGates = map[string]bool{"NodeLogQuery": false}
617618
conf.EnableSystemLogQuery = true
618619
return conf
619620
},

0 commit comments

Comments
 (0)