From 604b19743f7661f07e7f8248c252cf2fc6015ac3 Mon Sep 17 00:00:00 2001 From: Zhaoxinxin <107842350+Liam-Zhao@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:37:24 +0800 Subject: [PATCH] feat: preheat document remove Configuration (#178) Signed-off-by: zhaoxinxin <1186037180@qq.com> --- docs/advanced-guides/preheat.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/advanced-guides/preheat.md b/docs/advanced-guides/preheat.md index 87f9f09..c41ff0b 100644 --- a/docs/advanced-guides/preheat.md +++ b/docs/advanced-guides/preheat.md @@ -11,19 +11,6 @@ namely Open API preheat, console preheat and harbor preheat. Use Open API to preheat. -### Configuration - -If the client is `containerd`, it is recommended to configure `proxy.defaultFilter` in dfget.yaml and set it to `Expires&Signature&ns`, -because containerd will add `ns` query params to the blobs download URL, -refer to [containerd/remotes/docker/resolver.go](https://github.com/containerd/containerd/blob/main/remotes/docker/resolver.go#L493). -Which will cause the generated Task ID to be different from the preheat Task ID, so it is impossible to hit the preheat blobs. - -```yaml -# proxy service detail option -proxy: - defaultFilter: 'Expires&Signature&ns' -``` - ### Create personal access token Click the `ADD PERSONAL ACCESS TOKENS` button to create personal access token.