mirror of https://github.com/k3s-io/k3s
Update wharfie usage in windows code path
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/4725/head
parent
3985fd0e26
commit
a70487d5ae
|
@ -44,7 +44,7 @@ func setupContainerdConfig(ctx context.Context, cfg *config.Node) error {
|
|||
NodeConfig: cfg,
|
||||
DisableCgroup: true,
|
||||
IsRunningInUserNS: false,
|
||||
PrivateRegistryConfig: privRegistries.Registry(),
|
||||
PrivateRegistryConfig: privRegistries.Registry,
|
||||
}
|
||||
|
||||
containerdTemplateBytes, err := ioutil.ReadFile(cfg.Containerd.Template)
|
||||
|
|
Loading…
Reference in New Issue