hauler icon indicating copy to clipboard operation
hauler copied to clipboard

[RFE] Run as daemonset to keep cluster up to date.

Open EStork09 opened this issue 1 month ago • 0 comments

Is this RFE related to an Existing Problem? If so, please describe:

  • RKE2 runs with tarballs needing to be at /var/lib/rancher/rke2/agent/images/, right now this would require some extra steps to get the images added to all the nodes.

Describe Proposed Solution(s):

  • Run Hauler as a daemonset that will keep running to keep the manifests in sync with the local file system.

Describe Possible Alternatives:

  • Run as a daemonset with cron, or a constantly bash while loop with sleep.

Additional Context:

  • There might be another way to do this I am missing, but one model could be have a single registry hauler deployed, and run a daemonset to pull the data onto each node. Things such as RKE2 tar balls, longhorn, things required to get a cluster up and running before you might have a registry in place would be ideal to be bundled and synced to all nodes.

EStork09 avatar May 19 '24 22:05 EStork09