From 15b57839b89304e1958e17abf89d6ece6c69dbc6 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Thu, 7 Sep 2017 21:40:35 -0400 Subject: [PATCH] Fix typo (TEMPALTE -> TEMPLATE) (#5337) --- docs/concepts/workloads/controllers/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/deployment.md b/docs/concepts/workloads/controllers/deployment.md index 0312a6390f..80bf2ef873 100644 --- a/docs/concepts/workloads/controllers/deployment.md +++ b/docs/concepts/workloads/controllers/deployment.md @@ -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: