-
https://github.com/tczekajlo/kube-consul-register/blob/ad71b04c861bc3431d93dce7b70ade594a0bce57/controller/services/controller.go#L453
it should be ClusterIP and not NodePort
-
Implement a way to use DNS names to reach each docker container by using consul/registrator for eg. using SSH tunnel to reach a mysql server to prevent usage of host port binding.
-
`slardar` 只会从 `consul` 里拉取 `kv` 的数据,并不会向里面去写入(通过接口新增的 `upstream`),如果是这样, 想请教下 `upyun` 是如何使用的,
这块不太明白,当 `upstream` 新增后, 一旦 `slardar` 重启,数据岂不是丢失了?
----
代码里可以发现只有在 `init master` 时会从 `consul` 里…
-
**What is the bug?**
When I create an `hcdiag.hcl` with the following to run Consul and Nomad for 10 second duration at 5 second interval:
```
product "consul" {
consul-debug {
archive …
-
# Example
```
# HELP consul_consul_state_services Measures the current number of unique services registered with Consul, based on service name. It is only emitted by Consul servers. Added in v1.9.…
-
### Nomad version
1.0.3
### Issue
Maybe related to https://github.com/hashicorp/consul/issues/9732, it seems that there's a bug that is causing duplicate names in metrics:
### Reproducti…
-
### Nomad version
Tested on nomad versions 1.7.3, 1.8.0
### Operating system and Environment details
Linux XXX 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux…
-
**Describe the bug**
I've provided the Consul host and token using the flags so far, because it was a good way to avoid cluttering up my config with needlessly repeated sections of `kvstore` config. …
-
#### Overview of the Issue
A "Non-breaking space" (`U+00A0`) in the key name throws an error in `v1.12.3.`
The "classic" withe space (`U+0020`) works well.
In `v0.8.3` this character could hav…
-
Just wanted to know if this is in pipeline. We want to use Consul connect and for this, there is a requirement for CNI plugins installation on Nomad.
Ref: https://www.nomadproject.io/docs/integration…