Merge pull request #5433 from heshoots/patch-1

Fix typo in deployment documentation
reviewable/pr5465/r1
Jennifer Rondeau 2017-09-14 14:44:11 -04:00 committed by GitHub
commit c6211e19be
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ NAME DESIRED CURRENT READY AGE
nginx-deployment-2035384211 3 3 3 18s
```
Notice that the name of the ReplicaSet is always formatted as `[DEPLOYMENT-NAME]-[POD-TEMPLATE-HASH-VALUE]`. The hash value is automatically generated when the Deployemnt is created.
Notice that the name of the ReplicaSet is always formatted as `[DEPLOYMENT-NAME]-[POD-TEMPLATE-HASH-VALUE]`. The hash value is automatically generated when the Deployment is created.
To see the labels automatically generated for each pod, run `kubectl get pods --show-labels`. The following output is returned: