Skip to content

Commit 24af021

Browse files
committed
update cluster_test.go
1 parent 951e9f0 commit 24af021

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ rules:
311311
if len(c.Options.Kubelet.CNIConfFile.Content) == 0 {
312312
t.Error(`len(c.Options.Kubelet.CNIConfFile.Content) == 0`)
313313
}
314+
if c.Options.Kubelet.InPlaceUpdate != false {
315+
t.Error(`c.Options.Kubelet.InPlaceUpdate != false`)
316+
}
314317
kubeletConfig, err := c.Options.Kubelet.MergeConfig(&kubeletv1beta1.KubeletConfiguration{
315318
ClusterDomain: "hoge.com",
316319
MaxPods: 100,

0 commit comments

Comments
 (0)