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:
66
66
All of the requirements, from both ` matchLabels ` and ` matchExpressions ` , must be satisfied in order to match.
67
67
{{< /note >}}
68
68
69
- * The ` template ` field contains the following sub-fields:
69
+ * The ` .spec. template` field contains the following sub-fields:
70
70
* 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.
75
75
76
76
Before you begin, make sure your Kubernetes cluster is up and running.
77
77
Follow the steps given below to create the above Deployment:
You can’t perform that action at this time.
0 commit comments