bzub / tink

Talos in Kubernetes
19 stars 1 forks source link

Consistantly use a container to run talosctl #18

Closed bzub closed 2 months ago

bzub commented 3 months ago

In one place we download a talosctl binary for use. This is fragile. We should use the ghcr.io/siderolabs/talosctl container instead.

bzub commented 3 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.

bzub commented 2 months ago

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.