Fix typo (TEMPALTE -> TEMPLATE) (#5337)

This commit is contained in:
Andrew Bonventre
2017-09-07 21:40:35 -04:00
committed by Steve Perry
parent 7b2ed94079
commit 15b57839b8
@@ -112,7 +112,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-TEMPALTE-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 Deployemnt is created.
To see the labels automatically generated for each pod, run `kubectl get pods --show-labels`. The following output is returned: