nmofonseca
nmofonseca
This seems to be exactly the same issue as in [https://github.com/hashicorp/vagrant/issues/11716](url). I am also facing the same issue
Hello @Karandash8 , I will give it a go and let you know how it goes. Cheers and thanks for your work.
Hello @Karandash8 , I have been testing your plugin and it's working fine, thank you so much for all that work and for doing that. Just a qq that you...
> Hey @nmofonseca, > > Glad it worked for you! > > Strange, I don't have any problem with ssh keys, it just works. I have nothing special in my...
> @nmofonseca I experience the same issue as you - when running `vagrant ssh` the process hangs for a second or two and then prompts for a password. I did...
> Hi @nmofonseca, > > unfortunately, I am not familiar with terragrunt. I tried to run an example with the config you provided and get the same result. However, I...
I just needed this today and found this issue, couldn't figure out how to add arrowheads in both sides and it seems I wasn't the only one. So for everyone...
> @conrad784, @yair-sedaka, We have shipped the improvement with v2.6.0 release, I'm closing the issue as for now. Please feel free to reopen if you have any issue. Thanks Hello...
> @nmofonseca, you can either use the ingress annotation `alb.ingress.kubernetes.io/certificate-arn`, or our controller can auto discover the matched certs from your ACM. see our live doc for more details: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.6/guide/ingress/cert_discovery/...
> @nmofonseca what's the controller version you are currently on? Maybe check by `kubectl describe deployment -n kube-system aws-load-balancer-controller | grep -i Image` if you're on older version, you can...