Oleksandr Hrab
Oleksandr Hrab
Same issue in Grafana v5.4.2 (commit: d812109) Grafana issue https://github.com/grafana/grafana/issues/10786
Yeah, would be great to support output in html format.
Have the same issue. Do you have any plans to fix this or maybe someone finds the workaround?
Have same issue on pre-emptible node pool GKE 1.22.8-gke.200.
Is there a plan to push sparkmagic image to some Docker registry?
I see such behaviour, when I add new table to DB. As I understand new table not inherit any permissions, and terraform sees the drift. Does someone know how to...
Hey @dinukarajapaksha. When I try to provision NLB with `service.beta.kubernetes.io/aws-load-balancer-type: external`, the k8s service never provision load balancer. Did you install AWS Load Balancer controller together with ingress-nginx or it's...
@dinukarajapaksha I don't use `AWS Loadbalancer Controller`, only `ingress-nginx`. That was a question, do I need to install both of them?
@dinukarajapaksha Could you please clarify one more thing. Why we need use `ingress-nginx` if we use `AWS Loadbalancer Controller`? I don't understand: we install `AWS Loadbalancer Controller` to allow `ingress-nginx`...
@dinukarajapaksha I am using only `ingress-nginx` [controller](https://github.com/kubernetes/ingress-nginx)(helm chart 4.6.0) and able to setup NLB. ```annotations: # Create external ELB service.beta.kubernetes.io/aws-load-balancer-type: nlb service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" service.beta.kubernetes.io/aws-load-balancer-ssl-cert: cert_arn service.beta.kubernetes.io/aws-load-balancer-ssl-ports: https service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http" ```...