Damien
Damien
for `1.`, the way I see it is that `footloose` would create a pod (maybe a static pod, maybe through a statefulset) by talking to the Kubernetes API server and...
Ah yes, of course, we'd need to authenticate :) the Kubernetes client libraries do that for you, parse kubeconfig files and it's really a few lines of code to create...
Ah yes, I see what you're trying to do :) Your hunch is correct, that `TESTVAR` variable is passed to pid 1, in this case systemd: ``` $ footloose ssh...
Upstream has moved on a bit and docker.Run now has a RunOpts arguments with cri.Mounts. It may interesting for us to move to that at a later point but we're...
Leaning towards having all help text lower case to be consistent with `--help`.
`bash: ifconfig: command not found` test-basic-commands fails with the opensuse image. That tests ensures we have some basic commands on all base images, so you need to install the package...
I have put the `Status` computation on the `Machine` and have a `MachineStatus` struct. I'd like to keep those two: - the first because, at some point, we want different...
Thanks for filing these validation cases!
Alternatively, we could take a page from the terraform book and expose each provisionner specifically: https://www.terraform.io/docs/provisioners/index.html. I think I like that better :)
Note that the `quay.io/footloose` images aren't currently updated and pushed regularly, just when PRs are merged into master. So not sure Tumbleweed is the right choice here (vs Leap). That...