We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7949729 commit b748025Copy full SHA for b748025
pkg/handlers/generic/mutation/mirrors/containerd_files.go
@@ -68,7 +68,7 @@ func (c containerdConfig) needContainerdConfiguration() bool {
68
// The upstream registry will be automatically used after all defined mirrors have been tried.
69
// https://github.com/containerd/containerd/blob/main/docs/hosts.md#setup-default-mirror-for-all-registries
70
//
71
-// 2. Setting CA certificate for global image registry mirror and image registries.
+// 2. Setting CA certificate for global image registry mirror.
72
func generateContainerdDefaultHostsFile(
73
configs []containerdConfig,
74
) (*cabpkv1.File, error) {
0 commit comments