Johan Thomsen
Johan Thomsen
`list_multiparts_uploads` and `abort_upload` are already public functions. But for client that support client-side-chunking, I currently have to assemble all chunks in a my application, only have them later re-chunked by...
* `network.nixConfig` * `network.runCommand` * `network.lib` * `network.pkgs` (now optional) * `deployment.substituteOnDestination` * `deployment.targetHost` * `deployment.targetUser`
Fetch the drv corresponding to current-system from the remote host and diff it with the generated drv.
Check whether a secret has changed on the remote host and upload only the secret file if needed.
It should be possible to supply a full shell script to morph to be executed on a/multiple remote host(s). Something along the lines of `morph exec --script foobar.sh ./hostgroups/k8s.nix` The...
I believe it should be possible to specify multiple master-servers and/or multiple kubeconfigs in order to fully support a multi-master setup. I generally use **kubernetes.default.svc** as much as possible, since...