mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revert "Apply load balancer properly"
This reverts commit 9f58c475940fb0c0d4b69de0af7787b62a40481f. This commit is causing TestCreateParallel to be flaky Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
This commit is contained in:
parent
885f8ff133
commit
f79533d720
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ func (n *networkNamespace) ApplyOSTweaks(types []SandboxType) {
|
|||
for _, t := range types {
|
||||
switch t {
|
||||
case SandboxTypeLoadBalancer:
|
||||
n.InvokeFunc(func() { kernel.ApplyOSTweaks(loadBalancerConfig) })
|
||||
kernel.ApplyOSTweaks(loadBalancerConfig)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue