Gauthier Delacroix
Gauthier Delacroix
Here is something I don't understand : Here is my route : ``` ruby namespace :platforms, path: 'platforms' do resource :platform, path: ':platform_name(/:sub_platform_name)', platform_name: name_param_regexp, sub_platform_name: name_param_regexp, concerns: [:services, :probes],...
Note : I see I've got another problem with my scope (path) so I have to recheck in case both problems are linked. Hi ! Concerns doesn't seems to work...
Hi, When using alignment on a yaml file, it aligns keys. Exemple : On this block : ``` en: errors: messages: blank: "This should not be blank" invalid: "There's invalid...
After upgrading to Prometheus 2.52, we had some alerts about dropped duplicates samples. - The prometheus log shown the following warning: ``` scrape_pool=serviceMonitor/monitoring/kube-prometheus-stack-kube-state-metrics/0 target=http://100.91.220.12:8080/metrics msg="Error on ingesting samples with different...
I'm planning to use the ACK EKS controller to create clusters from a management cluster. As I'm currently using FluxCD to setup the clusters through Gitops, I'd like to use...
I'm getting this issue when trying to create an x509 cert: ``` Error: Execution of '/usr/bin/openssl req -config /etc/puppetlabs/puppet/ssl/certs/myserver.domain.com.cnf -new -x509 -days 3650 -key /etc/puppetlabs/puppet/ssl/private_keys/myserver.domain.com.pem -out /etc/puppetlabs/puppet/ssl/certs/myserver.domain.com.pem -extensions v3_req' returned...
### Description of the change Adds a `dataDir` compactor to customize the data directory. ### Benefits Allows the setting of a different data directory without overriding the whole args list....
### Name and Version bitnami/thanos 15.7.27 ### What is the problem this feature will solve? I'm using Thanos compactor on an AWS EFS volume, shared between multiple k8s clusters and...
**Describe the bug** Since upgrading Mise last week, I have issues with config trust. I have a Mise config file in a Python project: ```bash # ~/projects/myproject > cat .mise.toml...