From 7969035048b4cbbf83ffa2e90519f2c3fc72a226 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 4 Apr 2022 15:19:28 -0700 Subject: [PATCH] Fix tabs in Helm CLI quickstart --- .../deployment/quickstart-manual-setup/_index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md b/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md index 12bec549c0d..cd8a9fe0e07 100644 --- a/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md +++ b/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md @@ -49,8 +49,9 @@ Install-Module Posh-SSH ## Get the remote kubeconfig file scp root@:/etc/rancher/k3s/k3s.yaml $env:USERPROFILE\.kube\config ``` -{{% /tab %}} -{{% tabs %}} + +{{% /tab %}} +{{% /tabs %}} ## Edit the Rancher server URL in the kubeconfig @@ -80,7 +81,7 @@ Once edited, either press `ctrl+s` or go to `File > Save` to save your work. {{% /tab %}} -{{% tabs %}} +{{% /tabs %}} ## Install Rancher with Helm @@ -129,8 +130,8 @@ helm install rancher rancher-latest/rancher ` Now if you navigate to `.sslip.io` in a web browser, you should see the Rancher UI. -To make these instructions simple, we used a fake domain name and self-signed certificates to do this installation. For production installs, you would need a high-availability setup with a load balancer, a real domain name and real certificates. +To make these instructions simple, we used a fake domain name and self-signed certificates to do this installation. Therefore, you will probably need to add a security exception to your web browser to see the Rancher UI. Note that for production installs, you would need a high-availability setup with a load balancer, a real domain name and real certificates. These instructions also left out the full installation requirements and other installation options. If you have any issues with these steps, refer to the full [Helm CLI installation docs.]({{}}/rancher/v2.6/en/installation/install-rancher-on-k8s/) -To launch new Kubernetes clusters with your new Rancher server, you may need to set up cloud credentials in Rancher. For more information, see [Launching Kubernetes clusters with Rancher.]({{}}/rancher/v2.6/en/cluster-provisioning/rke-clusters/) \ No newline at end of file +To launch new Kubernetes clusters with your new Rancher server, you may need to set up cloud credentials in Rancher. For more information, see [Launching Kubernetes clusters with Rancher.]({{}}/rancher/v2.6/en/cluster-provisioning/rke-clusters/)