From f75ad05f9769c4e4e013830697251ab1affb00d3 Mon Sep 17 00:00:00 2001 From: Adrian Goins Date: Thu, 6 Dec 2018 22:10:44 -0300 Subject: [PATCH] update workload deploy page --- .../rancher/v2.x/en/quick-start-guide/workload/_index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md index 201c4dd26a6..a3be7493b6c 100644 --- a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md @@ -3,8 +3,7 @@ title: Deploying Workloads weight: 200 --- -These Quick Start Guides will walk you through deployment of an application. Then they will show you how to expose the application so that you can access it from outside the cluster. +These guides walk you through the deployment of an application, including how to expose the application for use outside of the cluster. -- [Workload with Ingress Quick Start](./quickstart-deploy-workload-ingress): Create a workload and then expose it using an Ingress. - -- [Workload with NodePort Quick Start](./quickstart-deploy-workload-nodeport): Create a workload and then expose it using a Nodeport. \ No newline at end of file +- [Workload with Ingress](./quickstart-deploy-workload-ingress) +- [Workload with NodePort](./quickstart-deploy-workload-nodeport)