Eugene Glotov

Results 8 comments of Eugene Glotov

`apt-key update` and the trick with `apt-key list | grep “expired:”` + `apt-key adv --keyserver keys.gnupg.net --recv-keys [KEY]` didn't help

If I can't use git with ssh keys in gocd out the box, then I can't understand, how to use gocd at all? UP: OK, I found the solution [here](https://groups.google.com/forum/#!topic/go-cd/A4FRtBbzJm4)....

I have tried Inframap on my statefile, which represents a big infrastructure. It shows nothing at all, no matter if I use `--raw` , `--tfstate`, `--clean=false` arguments in any combination.

Faced similar issue. Can confirm that it fails when `cloud-init` fails. ``` journalctl -u cloud-final.service |cat # ... a custom bootstrap script successfully finished Apr 16 03:23:28 host-name-eks-1111 cloud-init[4607]: Ncat:...

We got probably the same issue. Two different containers running in the same cluster in parallel: - image with 3.5.2 works normal, AWS DNS resolves in 0.01s - image with...

I caught the same too. Any working solutions are exists? Ok, this combination fixed my problem: ``` rm -rf ~/.minikube sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve...

And can I do something more than just monitor file changes in instances?