Dan Constantinescu
Dan Constantinescu
Looks like the following probe would pass as long as _curl_ is in the cortex image: ```yaml startupProbe: httpGet: # this is needed here to override default from chart's values,...
The issue I'm trying to solve in https://github.com/cortexproject/cortex/pull/4557 is to have a way to run container probes when Cortex mTLS is enabled. Server SSL certificate is not the issue here,...
not stale, MR still open
A tcpProbe would probe the open port, not the service, and in that sense it is not sufficient to confirm the POD is ready to be added to the service...
not stale, MR still open
> if you wish to utilize this syntax, you can try providing your own custom user data template via user_data_template_path @bryantbiggs That won't be possible because the custom user template...
This is not about using a custom AMI, it's about the ability to run cloud-config scripts. The content type is specified outside the user template, thus using a custom user...
Besides, the official AWS EKS ami does support cloud-config. Providing a custom AMI doesn't solve the issue, the user data as it is handled by the user_data submodule, won't allow...
@Franselbaer see https://github.com/docker/swarmkit/issues/1372
There is a job label in the metrics, it's just not in the value format Grafana expects: Prometheus records the label as: job="cortex-distributor" Grafana regex looks to match the label...