Skip to content

Commit 0665a7b

Browse files
authored
Merge pull request #20390 from varadaprasanth/patch-3
Pod object is formatted
2 parents 92c121d + c7f46f8 commit 0665a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/run-application/run-stateless-application-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ a Deployment that runs the nginx:1.14.2 Docker image:
8888
nginx-deployment-1771418926-7o5ns 1/1 Running 0 16h
8989
nginx-deployment-1771418926-r18az 1/1 Running 0 16h
9090

91-
1. Display information about a pod:
91+
1. Display information about a Pod:
9292

9393
kubectl describe pod <pod-name>
9494

95-
where `<pod-name>` is the name of one of your pods.
95+
where `<pod-name>` is the name of one of your Pods.
9696

9797
## Updating the deployment
9898

0 commit comments

Comments
 (0)