-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local proxy can`t work #3419
Comments
Can the access |
I do not understand , why is my pull is private image with username and password, and config them in config.toml
|
seems you fixed it with :dragonflyoss/helm-charts#308 but i don`t work for me |
@nicefuture2016 I haven't found a good way to support setting custom headers in mirror mode. However, setting custom headers is supported in multi registries mode. Issues: #3372, dragonflyoss/helm-charts#308. Plan 1: Plan 2: |
I noticed that both seedClient and client have the registryMirror field. Do I need to configure both of them? seedClient:
config:
verbose: false
console: false
proxy:
server:
registryMirror:
addr: https://harbor-core.71djy.cn
client:
image:
registry: harbor-core.71djy.cn
repository: dragonflyoss/client
tag: v0.1.94
config:
verbose: false
console: false
metrics:
enable: true
initContainer:
image:
registry: harbor-core.71djy.cn
repository: dragonflyoss/busybox
tag: latest
dfinit:
enable: true
image:
registry: harbor-core.71djy.cn
repository: dragonflyoss/dfinit
tag: v0.1.94
config:
containerRuntime:
containerd:
configPath: /etc/containerd/config.toml
registries:
- hostNamespace: harbor-core.71djy.cn
serverAddr: https://harbor-core.71djy.cn
capabilities: ['pull', 'resolve']
proxy:
registryMirror:
addr: https://harbor-core.71djy.cn |
Seed Client do not need to change. |
1.values file
2.config.toml
3.containerd logs
4.dfdamon log
The text was updated successfully, but these errors were encountered: