Lu Ma
Lu Ma
**Issue number:** #156 **Description of changes:** * Add `DEREGISTER_FROM_LB_WAIT_TIME_IN_SEC` in `.env` as environment variable. * Deregister node from load balancer before draining when DEREGISTER_FROM_LB_WAIT_TIME_IN_SEC is larger than 0. * Register...
**Image I'm using:** **Issue or Feature Request:** Related issue #232, the APIServer and the Agent don't reload the certificate if it changes, as a result when cert-manager rotates the certificate...
**Image I'm using:** **Issue or Feature Request:**
Metrics can be scraped by Prometheus if the following sample annotations are added in the kubernetes deployment yaml file: ``` prometheus.io/port: "8080" prometheus.io/scrape: "true" ``` Need to check if this...
## Is your feature request related to a problem? I am planing to use the self-hosted signoz on my cluster for tracing backend, our major use case is the member...
Hi, I use signoz chart as a dependency for my build. I need to do some customization (set up different s3 endpoint for different namespace) in clickhouse-instance.yaml when using signoz...
The linked init container here: https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L1295 contains security bugs: curl 7.83.1-r4 fixed in 7.83.1-r5 CVE-2022-43551 openssl 1.1.1q-r0 fixed in 1.1.1t-r0 CVE-2023-0215 Please patch and update the init container.
Please patch `k8s-wait-for` for `curl` and `openssl` due to security vulnerabilities: curl 7.83.1-r4 fixed in 7.83.1-r5 CVE-2022-43551 openssl 1.1.1q-r0 fixed in 1.1.1t-r0 CVE-2023-0215 Thanks