Dmitrii Shaburov
Dmitrii Shaburov
Input: ``` resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 1Gi ``` output after `| kubectl neat`: ``` resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m ```...
**Which component**: Controller v0.19.1+ (didn't checked v0.19.0 since it doesn't have published chart **Describe the bug** After update from any previous version memory usage from ~7mb to ~50+ mb (slightly...
## Description After updating cluster from v19 to v20 with switching to `API_AND_CONFIG_MAP` auth mode, cluster cannot launch new Fargate pods. New clusters with `API_AND_CONFIG_MAP` mode cannot launch Fargate as...
**What happened**: Duplicate `kube_horizontalpodautoscaler_spec_target_metric` causing issues with Prometheus 2.52.0+ Due to new duplicates detection mechanism, I'm seeing following errors in Prometheus: ``` ts=2024-05-28T07:15:26.730Z caller=scrape.go:1738 level=warn component="scrape manager" scrape_pool=serviceMonitor/prometheus/kube-prometheus-stack-kube-state-metrics/0 target=http://172.17.60.213:8080/metrics msg="Error...
**What happened**: After update to v0.13.5, external-dns is having CrashLoopBackOff trying to create already existing DNS record in Route53 that it already manages. **What you expected to happen**: Not crashing....