AMO 🐶⛺🌳

Results 496 comments of AMO 🐶⛺🌳

> we use fluent-plugin-detect-exceptions in our configuration, and it does not support graceful reload There is an issue opened in their repository for a while GoogleCloudPlatform/fluent-plugin-detect-exceptions#77 I think all they...

Hi, I am encountering this problem as well. Installer hangs for very long time on the install rubies step. Any fix for this?

I am testing the playbook on Ubuntu Trusty Vagrant images. Any ruby version hangs for me, but when I log into the VMs, I see RVM and all ruby versions...

Update: So it turns out that rvm calls a lot on apt-get. So when you actually run rvm install, apt-get is called right before installing the ruby binary and apt-get...

Yes, but the reason Ansible hangs up on the "install rubies" task is because apt-get update has not been ran before. Therefore, the RVM script does not exit properly when...

_From @vdice on May 30, 2017 16:0_ @abh I believe more permissions were added on top of those listed in the gist. The latest versions scheduled to be merged into...

_From @holyketzer on July 20, 2017 15:18_ ``` $ deis version v2.16.0 ``` I did as described in docs ``` kubectl create sa tiller-deploy -n kube-system kubectl create clusterrolebinding helm...

_From @semoac on July 21, 2017 20:59_ In my case, installing deis with --set use_rbac=true solved the problem

_From @olalonde on October 24, 2016 11:55_ Fixed by adding a Procfile with `web` process and `deis ps:scale cmd=0 web=1`

_From @olalonde on October 24, 2016 20:8_ @bacongobbler is this a new requirement? I thought it was fine to use `cmd` as the web process.