Skip to content

Commit

Permalink
Merge pull request #857 from rchirakk/plugin1
Browse files Browse the repository at this point in the history
skip plugin name changes in kubernetes
  • Loading branch information
gkvijay authored Apr 28, 2017
2 parents cc70bb9 + 44a9fc7 commit 06cb4d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netmaster/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ func execOpts(opts *cliOpts) {
}
log.Infof("Control IP:Port %s:%s", controlIP, controlURL[1])

docknet.UpdatePluginName(opts.pluginName)
if opts.clusterMode == "docker" {
docknet.UpdatePluginName(opts.pluginName)
}
}

func main() {
Expand Down

0 comments on commit 06cb4d6

Please sign in to comment.