From 4db3d70f4ce57892a781243c98621ae4100d8aa7 Mon Sep 17 00:00:00 2001 From: zhaoxinxin <1186037180@qq.com> Date: Sun, 29 Sep 2024 14:58:17 +0800 Subject: [PATCH] docs: containerd document Signed-off-by: zhaoxinxin <1186037180@qq.com> --- docs/operations/integrations/container-runtime/containerd.md | 5 +++-- docs/operations/integrations/container-runtime/cri-o.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/operations/integrations/container-runtime/containerd.md b/docs/operations/integrations/container-runtime/containerd.md index cd563b0..6251f57 100644 --- a/docs/operations/integrations/container-runtime/containerd.md +++ b/docs/operations/integrations/container-runtime/containerd.md @@ -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, diff --git a/docs/operations/integrations/container-runtime/cri-o.md b/docs/operations/integrations/container-runtime/cri-o.md index 901760f..26d30de 100644 --- a/docs/operations/integrations/container-runtime/cri-o.md +++ b/docs/operations/integrations/container-runtime/cri-o.md @@ -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,