Skip to content

Commit

Permalink
Merge pull request #1742 from r2d4/kubenet-rollback
Browse files Browse the repository at this point in the history
Don't default to kubenet network plugin
  • Loading branch information
r2d4 authored Jul 25, 2017
2 parents 9f1a6bf + 90dc5c8 commit 45b090c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/minikube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,5 @@ func setupViper() {
viper.SetDefault(config.WantReportError, false)
viper.SetDefault(config.WantReportErrorPrompt, true)
viper.SetDefault(config.WantKubectlDownloadMsg, true)
viper.SetDefault("network-plugin", "kubenet")
setFlagsUsingViper()
}

0 comments on commit 45b090c

Please sign in to comment.