From 2d86ebf8ea7065fce2f347fdf3496380fc4d7c47 Mon Sep 17 00:00:00 2001 From: dnoland1 Date: Fri, 10 May 2019 06:49:59 -0700 Subject: [PATCH] Update deployment.md (#14124) --- content/en/docs/concepts/workloads/controllers/deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index 251af45cd6..dfd921f23a 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -67,7 +67,6 @@ In this example: the Pods run one container, `nginx`, which runs the `nginx` [Docker Hub](https://hub.docker.com/) image at version 1.7.9. * Create one container and name it `nginx` using the `name` field. - * Run the `nginx` image at version `1.7.9`. * Open port `80` so that the container can send and accept traffic. To create this Deployment, run the following command: