fetchit
fetchit copied to clipboard
FetchIt is used to manage the life cycle and configuration of Podman containers
This could be on my system only, but with kube-play method, the only way to clean up the pods after is with `sudo rm -rf /var/lib/containers/storage` There seems to be...
we want to allow accessing git by ssh, with a provided (private) ssh key mounted to fetchit pod - probably will want this to be the default once we prove...
As a fetchit user I would like to be able to define a directory and recursively place the file and directories into place based on Twitch stream
* Should fetchIt rollback to a last know good commit when it encounters an `Apply` error? * Should fetchIt track back commits and refuse to checkout a bad commit? In...
This PR adds rollback so fetchit won't have deployed only part of a set of changes so the state will only correspond to one commit at a time. This PR...
To determine a stale artifact * compare list of fetchit-created files & services on the host against configTargets, if a file exists within known-list that is missing from configTarget, remove...
As a security minded individual, I would like to ensure artifacts are signed before pulling them onto a fetchit system. 1) Would like to be able to provide a cosign...
For an image-based OS, it may be desirable to have the `fetchit` systemd services pre-installed in the OS, so that users have one less step to get the services enabled...
The non-root podman auto-update is untested, needs a workflow
As a person trying to make Fetch happen, I would like the ability to modify the workloads to change the configuration of a subset of our nodes. Think like canary...