Skip to content

Commit

Permalink
Merge pull request #17302 from spowelljr/updateAutoPauseDuration
Browse files Browse the repository at this point in the history
Fix updating auto-pause-duration
  • Loading branch information
spowelljr authored Oct 2, 2023
2 parents 1dcd777 + 5b5bb38 commit 5c84aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c84aed

Please sign in to comment.