We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c121d + c7f46f8 commit 0665a7bCopy full SHA for 0665a7b
content/en/docs/tasks/run-application/run-stateless-application-deployment.md
@@ -88,11 +88,11 @@ a Deployment that runs the nginx:1.14.2 Docker image:
88
nginx-deployment-1771418926-7o5ns 1/1 Running 0 16h
89
nginx-deployment-1771418926-r18az 1/1 Running 0 16h
90
91
-1. Display information about a pod:
+1. Display information about a Pod:
92
93
kubectl describe pod <pod-name>
94
95
- where `<pod-name>` is the name of one of your pods.
+ where `<pod-name>` is the name of one of your Pods.
96
97
## Updating the deployment
98
0 commit comments