Siavash Safi

Results 105 comments of Siavash Safi

For anyone hitting the same issue, using the following `env` works without needing to modify any source files. Here I was building `photoview` which uses `go-face` as a dependency: ```...

I installed 1.30 from github, now rkt hangs here: ``` [!!!!!!] Failed to allocate manager object, freezing. ``` I tried again but set selinux to permissive mode and captured these:...

The pod starts successfully in permissive mode.

I think it's useful to add slice types, the delimiter(s) can be defined also as a tag `delimiter:";"` or `delimiters:",;"`.

[Vault Injector](https://www.vaultproject.io/docs/platform/k8s/injector) can provide the secrets in the application environment as variables or files. So it's possible to integrate with Vault using existing implementation without needing to support it internally...

I was planning a similar change for Prometheus but usually we don't use any secrets there and most of the scrape config is generated by the operator and `ServiceMonitor`s, etc....

> I am concerned because this will break all built-in templates. Ouch, I missed the internal templates. I'll try to find a solution for that. If you have any suggestions...

I just did a test and we can keep using `{{ }}` for default templates and custom delimiters for other templates https://go.dev/play/p/l_wElt_dYfw I'll update the PR accordingly to make sure...

> Hi siavashs, first of all, thank you for the contribution! > > There is actually a service discover through DNS mechanism for memcached called; [here is the doc](https://cortexmetrics.io/docs/configuration/arguments/#supported-discovery-modes). For...

I've updated the PR to add support for dns discovery as suggested. I'll update the docs after your initial review.