From 6498cf861ce388c9fbb37ddb430b46c268915b7e Mon Sep 17 00:00:00 2001 From: Richard Marcum Date: Thu, 27 Jun 2019 11:55:22 -0400 Subject: [PATCH] Remove unnecessary paragraph (#15075) * Remove unnecessary paragraph Fixes issue #15027 * Revise per PR --- .../kubernetes-basics/deploy-app/deploy-intro.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html index 37b1e52b7d..8b3604c844 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html @@ -90,13 +90,13 @@ weight: 10
- -

For our first Deployment, we'll use a Node.js application packaged in a Docker container. - To create the Node.js application and deploy the Docker container, follow the instructions from the - Hello Minikube tutorial.

- -

Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!

- +

+ For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a + Node.js application and deploying a Node.js application and deploying it using a container, you can do that first by following the + instructions from the Hello Minikube tutorial). +

+ +

Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!