We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15340de commit 5c99252Copy full SHA for 5c99252
main.go
@@ -154,7 +154,7 @@ func main() {
154
Scheme: mgr.GetScheme(),
155
Config: cfg.InstaScale.InstaScaleConfiguration,
156
}
157
- exitOnError(instaScaleController.SetupWithManager(mgr), "Error setting up InstaScale controller")
+ exitOnError(instaScaleController.SetupWithManager(context.Background(), mgr), "Error setting up InstaScale controller")
158
159
160
exitOnError(mgr.AddHealthzCheck(cfg.Health.LivenessEndpointName, healthz.Ping), "unable to set up health check")
0 commit comments