mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Fixed extra lines
This commit is contained in:
parent
21cf23b4fa
commit
32db5774a3
@ -84,10 +84,12 @@ func LogOrWriteConfig(logger klog.Logger, fileName string, cfg *config.KubeSched
|
||||
return nil
|
||||
}
|
||||
cfg.Profiles = completedProfiles
|
||||
|
||||
buf, err := encodeConfig(cfg)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
defaultPluginString := "Plugins Enabled By Default:"
|
||||
for _, v := range configv1.GetDefaultPlugins.MultiPoint.Enabled {
|
||||
name := v.Name
|
||||
|
Loading…
Reference in New Issue
Block a user