mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-06 14:47:05 +02:00
See https://github.com/siderolabs/talos/discussions/10641 The problem is that `overridePath` config option should be per-endpoint, not a global one. As we can't easily change v1alpha1 config, change the interface instead, and update the controller which generates final registry config to use per-endpoint setting. Ensure that `registryd` endpoint never uses `overridePath`. E.g., with this PR: ```toml [host] [host.'http://127.0.0.1:3172'] capabilities = ['pull', 'resolve'] [host.'http://172.20.0.1:5006/v2/'] capabilities = ['pull', 'resolve'] override_path = true ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
111 KiB
111 KiB