mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 00:09:33 +00:00
Bootstrap node password with local file
Signed-off-by: Erik Wilson <Erik.E.Wilson@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ func StartServer(ctx context.Context, config *Config) error {
|
||||
return errors.Wrap(err, "starting kubernetes")
|
||||
}
|
||||
|
||||
config.ControlConfig.Runtime.Handler = router(&config.ControlConfig)
|
||||
config.ControlConfig.Runtime.Handler = router(ctx, config)
|
||||
|
||||
go startOnAPIServerReady(ctx, config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user