We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951e9f0 commit 24af021Copy full SHA for 24af021
cluster_test.go
@@ -311,6 +311,9 @@ rules:
311
if len(c.Options.Kubelet.CNIConfFile.Content) == 0 {
312
t.Error(`len(c.Options.Kubelet.CNIConfFile.Content) == 0`)
313
}
314
+ if c.Options.Kubelet.InPlaceUpdate != false {
315
+ t.Error(`c.Options.Kubelet.InPlaceUpdate != false`)
316
+ }
317
kubeletConfig, err := c.Options.Kubelet.MergeConfig(&kubeletv1beta1.KubeletConfiguration{
318
ClusterDomain: "hoge.com",
319
MaxPods: 100,
0 commit comments