You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
I need to check again on another run, but I set the loadbalancer IP in the k3s node config and it replied with:
Unable to connect to the server: x509: certificate is valid for 10.194.186.59, 10.43.0.1, 127.0.0.1, 192.168.1.50, 192.168.1.51, 192.168.1.52, ::1, not 51.159.11.5
Steps to reproduce
Just run some bad terraform code.
Expected behavior
It should have the cert in the list, instead we've got a bunch of instance specific internal ip's. If for whatever reason the tls san stuff doesn't work, another option would be ssh and curl -vk --resolve 172.31.13.97:6443:127.0.0.1 https://172.31.13.97:6443/ping as thats what I use currently.