Skip to content

Commit

Permalink
Update local.go
Browse files Browse the repository at this point in the history
delete ssl auth
  • Loading branch information
clcc2019 authored Jan 13, 2025
1 parent cec2250 commit 9f32cb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/registry/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ func (c *localConfigurator) InstallOn(masters, nodes []net.IP) error {
return err
}

if err := c.configureAccessCredential(hosts); err != nil {
return err
}
// if err := c.configureAccessCredential(hosts); err != nil {
// return err
// }

return nil
}
Expand Down Expand Up @@ -399,7 +399,7 @@ func (c *localConfigurator) configureContainerdDaemonService(endpoint, hostTomlF
cfg := Hosts{
Server: url,
HostConfigs: map[string]HostFileConfig{
url: {CACert: registryCaCertPath, SkipServerVerify: true},
url: {SkipServerVerify: true},
},
}

Expand Down

0 comments on commit 9f32cb9

Please sign in to comment.