Skip to content

Commit

Permalink
docs: containerd document
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Sep 29, 2024
1 parent 6d7ae11 commit 4db3d70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/operations/integrations/container-runtime/containerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,12 @@ kubectl apply -f client-secret.yaml
Create helm charts configuration file `values.yaml`, configuration content is as follows:

- Notice: To support preheating for harbor with self-signed certificates,
you need to change the `manager.config.job.preheat.tls.caCert` to the harbor self-signed certificate address.
you need to change the `manager.config.job.preheat.tls` configuration,
`manager.config.job.preheat.tls.caCert` is a harbor self-signed certificate configuration file.
If you want to bypass TLS verification, please set `manager.config.job.preheat.tls.insecureSkipVerify` to `true`.

- Notice: `client.config.proxy.registryMirror.addr` is the harbor service address and
configure self-signed certificate in `client.config.proxy.registryMirror.addr`.
configure self-signed certificate in `client.config.proxy.registryMirror.certs`.

- Notice: To set the containerd container registry to harbor,
you need to change the `client.dfinit.config.containerRuntime.containerd.registries` configuration,
Expand Down
5 changes: 3 additions & 2 deletions docs/operations/integrations/container-runtime/cri-o.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,12 @@ kubectl apply -f client-secret.yaml
Create helm charts configuration file `values.yaml`, configuration content is as follows:

- Notice: To support preheating for harbor with self-signed certificates,
you need to set `manager.config.job.preheat.tls.caCert` to the harbor self-signed certificate address.
you need to change the `manager.config.job.preheat.tls` configuration,
`manager.config.job.preheat.tls.caCert` is a harbor self-signed certificate configuration file.
If you want to bypass TLS verification, please set `manager.config.job.preheat.tls.insecureSkipVerify` to `true`.

- Notice: `client.config.proxy.registryMirror.addr` is the harbor service address and
configure self-signed certificate in `client.config.proxy.registryMirror.addr`.
configure self-signed certificate in `client.config.proxy.registryMirror.certs`.

- Notice: To set the CRI-O container registry to harbor,
you need to change the `client.dfinit.config.containerRuntime.crio.registries` configuration,
Expand Down

0 comments on commit 4db3d70

Please sign in to comment.