Skip to content

Commit 9f32cb9

Browse files
authored
Update local.go
delete ssl auth
1 parent cec2250 commit 9f32cb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/registry/local.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ func (c *localConfigurator) InstallOn(masters, nodes []net.IP) error {
131131
return err
132132
}
133133

134-
if err := c.configureAccessCredential(hosts); err != nil {
135-
return err
136-
}
134+
// if err := c.configureAccessCredential(hosts); err != nil {
135+
// return err
136+
// }
137137

138138
return nil
139139
}
@@ -399,7 +399,7 @@ func (c *localConfigurator) configureContainerdDaemonService(endpoint, hostTomlF
399399
cfg := Hosts{
400400
Server: url,
401401
HostConfigs: map[string]HostFileConfig{
402-
url: {CACert: registryCaCertPath, SkipServerVerify: true},
402+
url: {SkipServerVerify: true},
403403
},
404404
}
405405

0 commit comments

Comments
 (0)