Yaro
Yaro
**What is missing?** I want to change `storage.max-block-duration` / `storage.mix-block-duration` for reduce prometheus memory usage. ``` spec: containers: - args: - --storage.tsdb.min-block-duration=30m - --storage.tsdb.max-block-duration=30m name: prometheus ``` Now it replace...
https://github.com/hashicorp/terraform-provider-vault/blob/24044c48b6aed5d76da9d8856aa348a13a727c9b/vault/resource_database_secret_backend_connection.go#L103 I'm trying to add my own clickhouse plugin but can't do it because of this architecture issue. Error: `│ Error: unsupported database plugin name "clickhouse-database-plugin", must begin with one...
Propose create ready to run chadmin docker container and put to public dockerhub registry.
Where i can find source code of quay.io/fluentd_elasticsearch/fluentd:v3.2.0 docker image ?
https://github.com/fluxcd/kustomize-controller/blob/a1a33f2adda783dd2a17234f5d8e84caca4e24e2/api/v1/kustomization_types.go#L223 In my case, the command created Kustomizations in different namespaces. Such as monitoring Kustomization -> namespace monitoring logging Kustomization -> namespace logging and so on. How can I share...