mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-10 07:01:12 +02:00
This adds a new metadata field `node` which performs always proxying to a single node without touching any protobuf structs on the way. So with `node`, we can call APIs which do not conform to the Talos API proxying standards, but from the UX point of view things will work same way, but multiplexing will be handled on the client side. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>