Merge pull request #17302 from spowelljr/updateAutoPauseDuration
Fix updating auto-pause-durationpull/17326/head
commit
5c84aedf47
|
@ -812,6 +812,7 @@ func updateExistingConfigFromFlags(cmd *cobra.Command, existing *config.ClusterC
|
|||
updateStringFromFlag(cmd, &cc.CustomQemuFirmwarePath, qemuFirmwarePath)
|
||||
updateStringFromFlag(cmd, &cc.SocketVMnetClientPath, socketVMnetClientPath)
|
||||
updateStringFromFlag(cmd, &cc.SocketVMnetPath, socketVMnetPath)
|
||||
updateDurationFromFlag(cmd, &cc.AutoPauseInterval, autoPauseInterval)
|
||||
|
||||
if cmd.Flags().Changed(kubernetesVersion) {
|
||||
kubeVer, err := getKubernetesVersion(existing)
|
||||
|
|
Loading…
Reference in New Issue