mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-14 03:23:47 +08:00
feat: logs works fine
This commit is contained in:
@@ -47,7 +47,8 @@ func run(ctx context.Context, runConfig *RunConfig, cli *client.Client, c *comma
|
||||
}
|
||||
}
|
||||
if needPull {
|
||||
if err = util.PullImage(ctx, runConfig.platform, cli, c, config.Image); err != nil {
|
||||
err = util.PullImage(ctx, runConfig.platform, cli, c, config.Image, nil)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user