mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Wire contexts to Disruption controllers
This commit is contained in:
@@ -58,6 +58,6 @@ func startDisruptionController(ctx context.Context, controllerContext Controller
|
||||
controllerContext.RESTMapper,
|
||||
scaleClient,
|
||||
client.Discovery(),
|
||||
).Run(ctx.Done())
|
||||
).Run(ctx)
|
||||
return nil, true, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user