Chad Moon
Chad Moon
@Saviq Thanks for the details! Very interesting as well as clever way to leverage hyperkit for cloud-init. Looking forward to a future update to support this. I suppose using an...
Another solution for this is simply including the yaml as additional documents in `tusk.yaml` and reading them with a utility like `yq` https://github.com/mikefarah/yq `tusk` only reads the first document and...
Another alternative i've used is passing the args and commands as an string, `bash -c` style ```yaml tasks: kind: options: cmd: short: c run: - go run sigs.k8s.io/kind@latest ${cmd} ```...