Skip to content

Commit

Permalink
Don't default to kubenet network plugin
Browse files Browse the repository at this point in the history
Hostports seem to require extra CNI configuration and the CNI hostport
plugin installed to work properly with kubenet.
  • Loading branch information
r2d4 committed Jul 25, 2017
1 parent 45408b7 commit 90dc5c8
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 90dc5c8

Please sign in to comment.