kubesail / kubesail-agent

Allows a cluster or namespace to be managed by KubeSail.com
MIT License
30 stars 9 forks source link

fix isFQDN check for fallback dns #22

Closed erulabs closed 3 years ago

erulabs commented 3 years ago

KUBESAIL_AGENT_GATEWAY_TARGET is https://usw1.k8g8.com in production, which is never an FQDN. Instead, we should strip the https:// off and use that only in the connectionString itself.

This needs to be tested, will do later today hopefully.