Merge pull request #1316 from Tchinmai7/patch-1

fixed wrong command
pull/1326/merge
devin-donnelly 2016-09-27 15:34:49 -07:00 committed by GitHub
commit d548f1f040
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ a Deployment that runs the nginx:1.7.9 Docker image:
1. Display information about a pod: 1. Display information about a pod:
kubectl display pod <pod-name> kubectl describe pod <pod-name>
where `<pod-name>` is the name of one of your pods. where `<pod-name>` is the name of one of your pods.