Adam Stankiewicz

Results 301 comments of Adam Stankiewicz

OK, I see etcd is only used in one place: to bootstrap consul cluster in https://github.com/Capgemini/Apollo/blob/devel/roles/consul/templates/consul-discovery.service.j2 But you already have this information (IP addresses of master nodes) from terraform output....

I think digital ocean automatically updates coreos-stable channel, and you can just explicitly update ami on aws if you decide to upgrade.. As for initial bootstrapping goes id's just use...

What about alternative approach of deploying: instead using ansible to provision hosts, just generate `.service` files for fleet and push them to the cluster. This way auto-scaling would work out...

Also, Bower could become sponsor of rails-assets if you created account on opencollective

Currently no, I did not get a reply on email from Oct 31, 2019 where I had some questions and suggestions first

This is on purpose to not clash names with "cleave" package

Did you try `@import "bootstrap-sass";` instead `@import "bootstrap";`?

That's because you mix rails-assets and non-rails-assets components. Use `rails-assets-bootstrap-sass` and `@import "bootstrap-sass";`