Bruno
Bruno
Hello, I use the loki helm chart and compare to other loki charts (loki-simple-scalable for example), the loki helm chart doesn't define the standard helm labels, specified here: https://helm.sh/docs/chart_best_practices/labels/ Here...
Hello, I'm testing your [test_sasl_auth.js](https://github.com/mostafa/xk6-kafka/blob/main/scripts/test_sasl_auth.js) script with a SCRAM_SHA512 user. But I have this error: ``` $ k6 run -v k6-sasl.js DEBU[0000] Logger format: TEXT DEBU[0000] k6 version: v0.39.0 ((devel),...
Hello, When I use the helm chart 3.1.0 with single-binary deployment (storage.type: filesystem), and no rulerConfig, Loki doesn't start properly because the loki configmap contains this: ```yaml ruler: storage: null...
Hello, in the previous version of the loki helm chart, it was possible to enable and configure ruler. https://github.com/grafana/helm-charts/blob/loki-2.16.0/charts/loki/values.yaml#L111 But now, it is limited with this condition : https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L125 And...
Hello, do you plan to integrate your operator in the OLM (Operator Lifecycle Manager) Community Catalog, in order to facilitate its deployment on Openshift cluster ? https://github.com/k8s-operatorhub/community-operators Rgds.
Hello, I have the following TestSuite file: ```yaml apiVersion: kuttl.dev/v1beta1 kind: TestSuite testDirs: - ./tests/e2e reportFormat: XML namespace: mpms-tests-auto ``` The execution works fine but Kuttl continues to generate the...
Hi, I'm using KMS v2.11.0 with `--custom-resource-state-only=true` mode. In my custom-resource-state-config-file, I would like to filter some resources (StatefulSet, Deployment, DeploymentConfig) with specific labels. Something equivalent to: ```shell $ kubectl...
Hello, I was looking to the permissions that are requested at cluster level when you run kube-green operator and, if I compare between v0.5.2 and the current version, you can...
Hello, I deployed kube-green with OLM on an Openshift platform and I would like to configure my local Prometheus to scrape its metrics. But, when I try to configure it,...