Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit f42dbbd

Browse files
committed
Merge pull request #19 from carmark/bugs
fix: networkPluginName declared and not used
2 parents 8101279 + 304dfb5 commit f42dbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mesos/pkg/executor/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (s *KubeletExecutorServer) Run(hks hyperkube.Interface, _ []string) error {
234234
MaxPods: s.MaxPods,
235235
MinimumGCAge: s.MinimumGCAge,
236236
Mounter: mounter,
237-
NetworkPluginName: s.NetworkPluginName,
237+
NetworkPluginName: networkPluginName,
238238
NetworkPlugins: app.ProbeNetworkPlugins(s.NetworkPluginDir),
239239
NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
240240
OOMAdjuster: oomAdjuster,

0 commit comments

Comments
 (0)