Alexander Zhilko
Alexander Zhilko
The sync gives 502 bad gateway, and errors after some retries its works
Would also like this feature
+1 on this feature
``` resource "haproxy_backend" "kubernetes_api_backend" { count = var.external_loadbalancer_enabled ? 1 : 0 name = "${var.cluster-name}-kubeapi" mode = "tcp" balance { algorithm = "source" } } resource "haproxy_server" "kubernetes_api_backend_server" { for_each...
``` resource "haproxy_backend" "kubernetes_api_backend" { count = var.external_loadbalancer_enabled ? 1 : 0 name = "${var.cluster-name}-kubeapi" mode = "tcp" balance { algorithm = "source" } } resource "haproxy_server" "kubernetes_api_backend_server" { for_each...
and superb work on the provider! really high quality project @SepehrImanian **kudos**
same here is there any option so supress the progress? i don't need it i can just do kubectl logs on the pod