Andor Markus
Andor Markus
Hi Sep, Most of my data looks like this and the difference between of two list of dict are low. I would say less than 10% is different. Im only...
Hi All, To use `helm_release` to deploy airflow to a clean environment just set `wait=false` and delopment will work. ```hcl resource "helm_release" "airflow" { repository = "https://airflow-helm.github.io/charts" chart = "airflow"...
Hi All, We choose different approach to configure our MSK cluster: OpenVPN server. We created an OpenVPN server on a public subnet which reach our private MSK cluster. The OpenVPN...
@mvoitko As a workaround, we are using [Kubectl Provider](https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs). I think it is a bad idea to edit any official cdrs, however this solution add one more terraform provider. (https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs)...
Hi @slaupster, do you experience this problem with `2.0.1` as well? Based on my experience `2.0.2` and up does not plays well together with Kubernetes
Do you see connection with #16001?