Closed bzub closed 2 months ago
The reason we download a binary is to make talosctl
available for health probes in the node container. We will probably need to create a custom container with talosctl
available.
We no longer download talosctl
as of https://github.com/bzub/tink/pull/19. Improvements to health probes will be tracked in https://github.com/bzub/tink/issues/20.
In one place we download a
talosctl
binary for use. This is fragile. We should use theghcr.io/siderolabs/talosctl
container instead.