Anatolios Laskaris
Anatolios Laskaris
@snipe I wanted to test it but didn't yet.
This is how it is done with consul: ```hcl service { name = "kafka" port = "kafka" tags = [ "cluster=prod", "foo=bar" ] } ``` ```yaml - job_name: "kafka" consul_sd_configs:...
> Alright that makes sense and I see the appeal. > > Thinking long term would it not make more sense to incorporate a REST API and have it well...
@travisghansen The trick with templating worked! Thank you. Is there a way to set a default value? For example: ```yaml datasetProperties: recordsize: "{{ parameters.recordsize }}" quota: "{{ parameters.quota }}" ```...
If I'm not mistaken specifying host where to create a dataset should be done with [`topology_request`](https://www.nomadproject.io/docs/commands/volume/create#topology_request-parameters)? For example if I'm using aws-ebs-csi and want to create a volume in `ap-northeast-1a`...
Thank you for very detailed anwser! I understand. I will experiment with democratic-csi on Nomad, based on what I've learned from you, and will share the result here. And perhaps...
@weeco I'm not a programmer and I'm not really familiar with golang. It was a suggestion :) I can try of course but it will probably take a looong time....
@DerekStrickland I will try!
> @nahsi Are you still working on this? If not, I'd like to send a PR for the same. :smile: Hi. Not working on this 😅
> Any recent movement on this request? > > Our use case: > > * We have mobile remote devices that run Prometheus. > * We have a central management...