From eb3d332920b57681d514b40961d9d2babd9d5187 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Tue, 29 Oct 2019 15:32:08 -0700 Subject: [PATCH] Small change to quick-start This tweaks the big NOTE at the top of the quick-start guide to point to kubernetes tutorials for any k8s newbies. These tutorials are actually pretty great and explain how to create a deployment and get this exposed to the outside world. We will look into adding docs around Traefik. --- content/k3s/latest/en/quick-start/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/k3s/latest/en/quick-start/_index.md b/content/k3s/latest/en/quick-start/_index.md index afcd3961ea4..0535c3da2be 100644 --- a/content/k3s/latest/en/quick-start/_index.md +++ b/content/k3s/latest/en/quick-start/_index.md @@ -3,7 +3,9 @@ title: "Quick-Start Guide" weight: 1 --- ->**Note:** The intent of this guide is to quickly launch a cluster that you can use to evaluate k3s. This guide is not intended for production environments. Production environments should utilize a High-Availability solution. The [installation options](../installation) section covers in greater detail how k3s can be setup. +>**Note:** The intent of this guide is to quickly launch a cluster that you can use to evaluate k3s. This guide is not intended for production environments. Production environments should utilize a High-Availiability solution. The [installation options](../installation) section covers in greater detail how k3s can be setup. + +> New to Kubernetes? The official Kubernetes docs already have some great tutorials outlining the basics [here](https://kubernetes.io/docs/tutorials/kubernetes-basics/). Install Script --------------