From 5e92903656e9ff6ec79de2b99e7846257905dd39 Mon Sep 17 00:00:00 2001 From: Tarun Chinmai Date: Tue, 27 Sep 2016 16:47:29 +0530 Subject: [PATCH] fixed wrong command there's no such command as kubectl display. changed to kubectl describe. --- .../run-stateless-application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/run-stateless-application-deployment.md b/docs/tutorials/stateless-application/run-stateless-application-deployment.md index 4ab2fe50f2..70aeb925c2 100644 --- a/docs/tutorials/stateless-application/run-stateless-application-deployment.md +++ b/docs/tutorials/stateless-application/run-stateless-application-deployment.md @@ -75,7 +75,7 @@ a Deployment that runs the nginx:1.7.9 Docker image: 1. Display information about a pod: - kubectl display pod + kubectl describe pod where `` is the name of one of your pods.