resolve merge conflict due to rebase-needed

pull/17909/head
Predrag Rogic 2024-01-10 23:12:20 +00:00
parent b1e785c40b
commit d45ff8f1ea
No known key found for this signature in database
GPG Key ID: F1FF5748C4855229
1 changed files with 0 additions and 1 deletions

View File

@ -605,7 +605,6 @@ func generateNewConfigFromFlags(cmd *cobra.Command, k8sVersion string, rtime str
CNI: getCNIConfig(cmd),
},
MultiNodeRequested: viper.GetInt(nodes) > 1 || viper.GetBool(ha),
AutoPauseInterval: viper.GetDuration(autoPauseInterval),
GPUs: viper.GetString(gpus),
}
cc.VerifyComponents = interpretWaitFlag(*cmd)