-
#### Overview of the Issue
I added configuration to node:
```
NodeMeta": {
"external-node": "true",
"external-probe": "true"
},
```
it successfully launch checks, but when I make…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
nginx + nomad/consul + new relic for monitoring/logs/etc...?
terraform to provision:
- nginx ec2
- consul ec2
- postgres ec2...?
cloud-init to configure
- nginx
- nomad/consul
- new relic agent prob…
-
#### Feature Description
I would like to enable Envoy's request mirroring onto listeners (LDS) for silent traffic mirroring between clusters (CDS), while using Connect's XDS provider.
#### Use C…
-
Hello,
I'm following this tutorial on a local [minikube](https://github.com/kubernetes/minikube) cluster and Consul fails with this error:
```
$ kubectl logs -f consul-0
==> CRITICAL: Permissi…
-
#### Overview of the Issue
We use Consul with Haproxy and the consul client sometimes eats all the memory in the server and gets killed due to Out Of memory.
![image](https://user-images.githubuse…
-
When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.
#### Overview of the Issue
I noticed a node had disappeared from Consul. H…
-
Hello Hashicorp folks!!
I'm using consul v1.7.2, in my setup I have 5 consul-servers.
If i gracefully stop one of the consul servers (not the current leader) using `consul leave && systemctl stop co…
-
#### Overview of the Issue
Consul does not understand a windows path correctly when it ends with a `\` as is common for folders. `For example using consul.exe agent -config-dir "C:\Program Files\Co…
-
I submitted a pull request for this feature in Flagger repo: https://github.com/weaveworks/flagger/pull/482
Here I would like to integrate it further in terms of samples, docs, required Prometheus …