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 ac983de + f559ac4 commit ee90ce8Copy full SHA for ee90ce8
content/en/docs/concepts/workloads/controllers/deployment.md
@@ -124,7 +124,7 @@ In this example:
124
* `AGE` displays the amount of time that the application has been running.
125
126
Notice that the name of the ReplicaSet is always formatted as `[DEPLOYMENT-NAME]-[RANDOM-STRING]`. The random string is
127
- randomly generated and uses the pod-template-hash as a seed.
+ randomly generated and uses the `pod-template-hash` as a seed.
128
129
6. To see the labels automatically generated for each Pod, run `kubectl get pods --show-labels`. The following output is returned:
130
```shell
0 commit comments