bryanhuntesl
bryanhuntesl
I have a possibly related need, to create groups of processes, and ensure that each process lives on separate node in a different availability zone - would this work make...
Hi @paltaa - I'm the author of the Kubernetes DNSSRV Strategy - and I've just discovered the same problem in some training material I'm supposed to be teaching tomorrow 😂!!!!...
@bitwalker - assign this to me if you like
_Reason_ for breakage: *Google Cloud have stopped using CoreDNS as DNS resolver as of GKE 1.1.3 - they are instead using kube-dns which doesn't provide service discovery via SRV record...
> Just to clarify, is this only an issue where `CoreDNS` isn't available? > Afaik `CoreDNS` is now on EKS since `.12`, not sure about GKE. This is an issue...
> I don't have access to GKE/kube-dns, could you test to see if `KubernetesDNS` works since it just returns addresses. @seivan sorry I just don't have bandwidth right now, I'm...
@adriano RUN echo "-name massa_proxy@${PROXY_POD_IP}" >> /app/massa_proxy/apps/massa_proxy/rel/vm.args.eex \ have you tried ? RUN echo "-sname massa_proxy@${PROXY_POD_IP}" >> /app/massa_proxy/apps/massa_proxy/rel/vm.args.eex \ An IP address is not a 'name' as far as Erlang...
+1 - just hit this as well : ``` done tracing: {:enoent, [{:erlang, :open_port, [{:spawn_executable, '/code/esl/ci/ex_docker_build/deps/tracer/scripts/gen_flame_graph.sh'}, [:use_stdio, :exit_status, :binary, :hide, {:args, ["/tmp/flame_graph.txt", "flame_graph.svg"]}]], []}, {System, :cmd, 3, [file: 'lib/system.ex', line:...
Never run observer on the Erlang VM which you are running work on - observer crashes all the time and frequently takes down the VM. What's safer is to start...
> Sorry, I'm not sure if we will ever start supporting this as it makes the build dependant on the configuration of a specific node and limits the build to...