File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ In this example:
6666 All of the requirements, from both ` matchLabels ` and ` matchExpressions ` , must be satisfied in order to match.
6767 {{< /note >}}
6868
69- * The ` template ` field contains the following sub-fields:
69+ * The ` .spec. template` field contains the following sub-fields:
7070 * The Pods are labeled ` app: nginx ` using the ` .metadata.labels ` field.
71- * The Pod template's specification, or ` .template. spec ` field, indicates that
72- the Pods run one container, ` nginx ` , which runs the ` nginx `
73- [ Docker Hub] ( https://hub.docker.com/ ) image at version 1.14.2.
74- * Create one container and name it ` nginx ` using the ` .spec.template.spec. containers[0].name ` field.
71+ * The Pod template's specification, or ` .spec ` field, indicates that
72+ the Pods run one container, ` nginx ` , which runs the ` nginx `
73+ [ Docker Hub] ( https://hub.docker.com/ ) image at version 1.14.2.
74+ * Create one container and name it ` nginx ` using the ` .spec.containers[0].name ` field.
7575
7676Before you begin, make sure your Kubernetes cluster is up and running.
7777Follow the steps given below to create the above Deployment:
You can’t perform that action at this time.
0 commit comments