From 0cac9bc3e8db872ef4642148d15dc334221911b7 Mon Sep 17 00:00:00 2001 From: Jonathan Philipos Date: Sat, 27 Feb 2021 23:47:21 +1100 Subject: [PATCH] Fix config.yaml tls-san reference --- .../v2.x/en/installation/install-rancher-on-linux/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/install-rancher-on-linux/_index.md b/content/rancher/v2.x/en/installation/install-rancher-on-linux/_index.md index c7c69757429..5ab98e108a0 100644 --- a/content/rancher/v2.x/en/installation/install-rancher-on-linux/_index.md +++ b/content/rancher/v2.x/en/installation/install-rancher-on-linux/_index.md @@ -87,7 +87,7 @@ Create the RancherD config file at `/etc/rancher/rke2/config.yaml`: ```yaml token: my-shared-secret tls-san: - - https://my-fixed-registration-address.com + - my-fixed-registration-address.com - another-kubernetes-domain.com ``` @@ -237,4 +237,4 @@ rancherd-uninstall.sh # RKE2 Documentation -For more information on RKE2, the Kubernetes distribution used to provision the underlying cluster, refer to the documentation [here.](https://docs.rke2.io/) \ No newline at end of file +For more information on RKE2, the Kubernetes distribution used to provision the underlying cluster, refer to the documentation [here.](https://docs.rke2.io/)