From 20c95817e1fee3143e1bad87e39da2aa08d1a1a1 Mon Sep 17 00:00:00 2001 From: lvuch Date: Sun, 29 Apr 2018 10:41:32 -0700 Subject: [PATCH] list format example --- content/rancher/quick-start-guide/_index.md | 47 +++++++-------------- 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/content/rancher/quick-start-guide/_index.md b/content/rancher/quick-start-guide/_index.md index e3278540138..ae1ed759622 100644 --- a/content/rancher/quick-start-guide/_index.md +++ b/content/rancher/quick-start-guide/_index.md @@ -16,39 +16,22 @@ Howdy Partner! This tutorial walks you through: This Quick Start Guide is divided into different tasks for easier consumption. 1. [Provision a Linux Host](#provision-a-linux-host) - - 1. [Review Requirements](#host-and-node-requirements) - - Before you do anything, review the requirements. - -2. [Prepare a Linux Host](#prepare-a-linux-host) - - First, you need to provision a Linux host. - -3. [Install Rancher](#install-rancher) - - Run the Docker command for installing Rancher. - -4. [Log In](#log-in) - - Browse to your Linux host to access the Rancher UI. - -5. [Create a Cluster](#create-a-cluster) - - Use Rancher to create your first cluster. - -6. [Deploy a Workload](#deploy-a-workload) - - Create a workload so that Kubernetes can distribute an application and its dependencies among your nodes. - -7. [View Your Application](#view-your-application) - - When your workload finishes deployment, browse to your application to make sure it works. - -8. [What's Next?](#whats-next) - - Now that you've created a cluster and deployed a workload, find out what else you can do with Rancher v2.0. +
Before you do anything, review the requirements. +1. [Prepare a Linux Host](#prepare-a-linux-host) +
First, you need to provision a Linux host. +1. [Install Rancher](#install-rancher) +
Run the Docker command for installing Rancher. +1. [Log In](#log-in) +
Browse to your Linux host to access the Rancher UI. +1. [Create a Cluster](#create-a-cluster) +
Use Rancher to create your first cluster. +1. [Deploy a Workload](#deploy-a-workload) +
Create a workload so that Kubernetes can distribute an application and its dependencies among your nodes. +1. [View Your Application](#view-your-application) +
When your workload finishes deployment, browse to your application to make sure it works. +1. [What's Next?](#whats-next) +
Now that you've created a cluster and deployed a workload, find out what else you can do with Rancher v2.0. Provision the host according to the requirements below.