Juan Carlos Pérez
Juan Carlos Pérez
Hi there I tried to follow the examples provided from the web: https://alexslubsky.medium.com/setup-highly-available-kubernetus-cluster-with-hetzner-cloud-and-terraform-941a9e25ddf6 ```` KUBECONFIG=secrets/admin.conf helm install -n kube-system tmp-ingress ingress-nginx/ingress-nginx -f demo-ingress.yml KUBECONFIG=secrets/admin.conf kubectl apply -f demo-app.yml ```` That...
Hi team, looks like there are some issues with the scripts: ``` null_resource.kube-cni:` Provisioning with 'local-exec'... null_resource.kube-cni (local-exec): Executing: ["/bin/sh" "-c" "KUBECONFIG=secrets/admin.conf helm install -n kube-system hcloud-csi-driver mlohr/hcloud-csi-driver --set csiDriver.secret.create=true...