once i got the kubeconfig I replaced the server ad...
# k3s
b
once i got the kubeconfig I replaced the server address
Copy code
newKubeconfig := strings.Replace(kubeconfig, "127.0.0.1", loadBalancer.PublicIP, 1)