Skip to content

Commit 604b197

Browse files
authored
feat: preheat document remove Configuration (#178)
Signed-off-by: zhaoxinxin <1186037180@qq.com>
1 parent 70656a1 commit 604b197

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/advanced-guides/preheat.md

-13
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ namely Open API preheat, console preheat and harbor preheat.
1111

1212
Use Open API to preheat.
1313

14-
### Configuration
15-
16-
If the client is `containerd`, it is recommended to configure `proxy.defaultFilter` in dfget.yaml and set it to `Expires&Signature&ns`,
17-
because containerd will add `ns` query params to the blobs download URL,
18-
refer to [containerd/remotes/docker/resolver.go](https://github.com/containerd/containerd/blob/main/remotes/docker/resolver.go#L493).
19-
Which will cause the generated Task ID to be different from the preheat Task ID, so it is impossible to hit the preheat blobs.
20-
21-
```yaml
22-
# proxy service detail option
23-
proxy:
24-
defaultFilter: 'Expires&Signature&ns'
25-
```
26-
2714
### Create personal access token
2815

2916
Click the `ADD PERSONAL ACCESS TOKENS` button to create personal access token.

0 commit comments

Comments
 (0)