Skip to content

Commit 8c53163

Browse files
committed
Disable the kubelet if during warmpool lifecycle
1 parent adf008d commit 8c53163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodeup/pkg/model/kubelet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ func (b *KubeletBuilder) buildSystemdService() *nodetasks.Service {
432432

433433
if b.ConfigurationMode == "Warming" {
434434
service.Running = fi.PtrTo(false)
435+
service.Enabled = fi.PtrTo(false)
435436
}
436437

437438
return service

0 commit comments

Comments
 (0)