Hui Wang
Hui Wang
## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST During the process of [adding dryrun join](https://github.com/kubernetes/kubernetes/pull/103027), we found out that there are some func in kubeadm cmd can't...
According to the [doc](https://prometheus.io/docs/prometheus/latest/configuration/configuration/) > The pod role supports node selectors when configured with `attach_metadata: {node: true}`. and the code https://github.com/prometheus/prometheus/blob/bfbb13cf369da4cd1b29ee52c396c902723febfb/discovery/kubernetes/kubernetes.go#L583-L588 `node` selector can be used for `role: pod`
1. PodSecurityPolicy 2. policyv1beta1.PodDisruptionBudget, use only policyv1.PodDisruptionBudget(https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125)
For now, we provide charts like victoria-metrics-cluster and victoria-metrics-k8s-stack to create a customize vmcluster instance with other optional components like vmalert. But there are [cases](https://docs.victoriametrics.com/guides/multi-regional-setup-dedicated-regions.html) where users want to setup...
…o minimum supported value 1s pendingRowsFlushInterval was bumped to 2s in https://github.com/VictoriaMetrics/VictoriaMetrics/commit/73f0a805e2d8ee55ea4e94b8cb19e3d43c3ac31d ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
…s already exceeded
### Is your feature request related to a problem? Please describe In vmselect, there are [limits](https://docs.victoriametrics.com/cluster-victoriametrics/#resource-usage-limits) like `-search.maxSamplesPerSeries` and `-search.maxSamplesPerQuery` to protect it from using excessive memory and cpu for...
### Is your feature request related to a problem? Please describe vmalert supports alerting and recording [rules backfilling (aka replay)](https://docs.victoriametrics.com/vmalert/#rules-backfilling) as a cli-tool, and exits immediately after work is done....
### Is your feature request related to a problem? Please describe vmagent supports loading [scrape configs](https://docs.victoriametrics.com/sd_configs/#scrape_configs) from multiple files specified in the scrape_config_files section of -promscrape.config file. Both of them...