David Kuster

Results 4 comments of David Kuster

Will something like this work? ```bash alias f='fly -t ci ' ```

FWIW I have aliases set up for other targets too, and alias logins to match.

I ran into this as well. The discussion at https://github.com/concourse/concourse-docker/issues/74 is relevant, notably [this comment](https://github.com/concourse/concourse-docker/issues/74#issuecomment-925058923). I was able to fix this in Minikube by using the containerd runtime. In `values.yaml`:...

This is because there's no view layer in the rest-api profile. It would be possible to create a version of the plugin that only includes the server-side components and you're...