Luigi Tagliamonte
Luigi Tagliamonte
thanks for adding the support to PUT method. I can see the use case for DELETE, especially if someone happens to push a bad metric and you don’t want to...
@lkysow yes the `-consul-write-interval` is set to 10s.
i've started looking into this issue, the code is a tricky to understand/follow to be honest, but as you can see from this debug log: ``` 2020-09-24T13:23:14.655-0700 [DEBUG] to-consul/source: [generateRegistrations]...
@lkysow does hashicorp have any plans of fixing this issue? All services gets removed everytime the container is deployed/restarted etc..
I didn't find any way to fix the current code without major changes that would require multiple PRs and reviews. The biggest flaw I think is in the fact that...
@ahamlinman we really want to open source the work, I just didn't have time to complete the to-dos for opening the repo. It has been almost 2 years we ran...
@CodyPubNub yeah that was something I found as well, but the project per se for our standards it is not production ready, we can't run a such important piece of...
I'm running the catalog sync and i'm having all the perf issue mentioned by @adilyse. Tracked in https://github.com/hashicorp/consul-k8s/issues/315 and https://github.com/hashicorp/consul-k8s/issues/319 I believe that the most scalable solution to this problem...
I'm having this problem on helm-operator 1.1.0: ``` flux-helm-operator: Container ID: docker://4e4ff10e9adf67cedad9e046e12da6a8508e5bbf98410ae3a330ea0cd28d368c Image: docker.io/fluxcd/helm-operator:1.1.0 Image ID: docker-pullable://fluxcd/helm-operator@sha256:78ac7ba7f9d2e21a751ba20793b1e051e3849b94f3df268fed6d40eec57ebe55 ``` ``` helm history -n infra consul-agent REVISION UPDATED STATUS CHART APP VERSION...
we are facing the same issue with one of our container build with kaniko as well. is there any update on this?