Martin Vool
Martin Vool
I'll see if I have time to write that feature myself - at the moment no spare time for it. When I do, Ill be sure to send the code...
I managed to pass custom fields to the template using the pre-api-helpers.sh script. It is far from a convinient solution but at the moment is solves my problem. In account...
I have tested the older haproxy ingress, it does work with it. The backend configuration in haproxy pod is created properly: ``` backend default-test-80 mode http balance roundrobin server loovsys.eu:80...
When I pass all the files to kube-score using find then finding where the object is located is difficult in human output format (working with helm charts that have complex...
I have fixed the issue wiht hddtemp - it was not working correctly. You can find the code changed from here https://github.com/ncabatoff/sensor-exporter/issues/4
Done in https://github.com/ncabatoff/sensor-exporter/pull/5
I also noticed that this has changed at some version. It used to be fast. I can also see that until 30-40 seconds it is not even creating a namespace....
I did some testing: Kubernetes version 1.26 Terraform version v1.5.2 How I called the resourse: ``` resource "helm_release" "" { name = chart = "localpathtochart" namespace = create_namespace = true...
> @pranavnateri have you seen/tried the option exposed in [this PR](https://github.com/hashicorp/terraform-provider-helm/pull/1012)? It specifically mentions slowness due to excessive CRDs from Crossplane, but may be worth trying even if it's not...
Still same issue, using: ` quay.io/rebuy/aws-nuke:v2.23.0 ` I have two eks clusters, each have one CloudWatchLogsLogGroup. One of them always gets deleted, the other stays in infinite loop.