Andrii Miroshnychenko
Andrii Miroshnychenko
@tomohulk this is actually how I installed that (D4) in early February. Put the old battle.net folder, removed the new one. Edited the render settings, installed D4 (and a couple...
MSMQ is an Microsoft Queue stuff, so probably it cannot work on Linux right now.
https://github.com/getredash/contrib-helm-chart
Is there any ETA?
I might think that this is because of scram-sha-256 which the tool not supports.
...dealing with the same issue BTW
It looks like `Gateway` of `gateway.networking.k8s.io`, which contains `spec.listeners` does not support of specifying of filter_chains. That means we cannot simply use the CRD for the task, correct?
Hello @arkodg. I'm trying to do in this way: 1. envoy-gateway is deployed by the helm chart into `sys-envoy-proxy` namespace. Using ArgoCD for that (I think this is not a...
Redid `EnvoyProxy` configuration. Looks like this now: ```yaml --- apiVersion: gateway.envoyproxy.io/v1alpha1 kind: EnvoyProxy metadata: name: redis-cluster-proxy-config namespace: website-staging spec: provider: type: Kubernetes kubernetes: envoyDeployment: replicas: 2 container: resources: limits: cpu:...
...Added debug log, have this: ``` [2024-10-08 17:58:46.144][1][debug][main] [source/server/server.cc:247] Envoy is not fully initialized, skipping histogram merge and flushing stats [2024-10-08 17:58:46.225][1][debug][dns] [source/extensions/network/dns_resolver/cares/dns_impl.cc:385] dns resolution for envoy-gateway started [2024-10-08 17:58:46.225][1][debug][dns]...