From f3f2a66b7e8b050db52d1bb596f89afdec4752fa Mon Sep 17 00:00:00 2001 From: Sam Kleiner Date: Thu, 27 Feb 2020 19:32:57 -0500 Subject: [PATCH] update ha install docs Updates docs to mention the --tls-san option during HA install. --- content/k3s/latest/en/installation/ha/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/ha/_index.md b/content/k3s/latest/en/installation/ha/_index.md index 2ebc2970c9a..474a06eaf53 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -60,7 +60,7 @@ Agent nodes need a URL to register against. This can be the IP or hostname of an * Round-robin DNS * Virtual or elastic IP addresses -This endpoint can also be used for accessing the Kubernetes API. So you can, for example, modify your [kubeconfig](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) file to point to it instead of a specific node. +This endpoint can also be used for accessing the Kubernetes API. So you can, for example, modify your [kubeconfig](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) file to point to it instead of a specific node. To avoid certificate errors you should install the server with the `--tls-san YOUR_IP_OR_HOSTNAME_HERE` option. This option can be specified multiple times if you would like to access via both the ip and hostname. ### 4. Optional: Join Agent Nodes