Andrew Dryga
Andrew Dryga
Migration to `exs` version of an ignore file did not give any results
Hello @gpedic, I'm excited to see people are building on top of Confex! :) Unfortunately, I never used AWS parameter store in my life and can't give any detailed feedback,...
@techgaun I did not as I've faced an issue in Ecto which should use it. At that moment it was not possible to rotate credential when Repo is started and...
@janpieper good catch, feel free to send a PR to fix the documentation. It should raise indeed because often if you don't have defaults you won't want to end up...
I think you would have the same issue even if you use deployment, new pods would crash-loop anyways. The way how we solved this is: we have our own implementation...
@amacciola the problem with our strategy is that it is very opinionated (uses specific labels named for our environment, uses node names from k8s labels, etc). I will think about...
@amacciola you can't extract that information from DNS server, instead you should modify that function in lib/strategy/kubernetes.ex. K8s API returns a lot of information about the pod including labels that...
@amacciola yes, you want to query for pods and return only the ones that match your current version
I'm not using Horde but the pods with version 1 would not see pods with version 2 in the Erlang cluster, so basically, for each of the islands (one per...
Looks like it was because we did not configure the access token to provider, however, we use Terraform Cloud back-end. Is there any way to reuse the access token that...