File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
content/en/docs/tasks/debug-application-cluster Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ kubectl scale deployment hostnames --replicas=3
61
61
deployment.apps/hostnames scaled
62
62
```
63
63
64
- {{< note >}}
65
- This is the same as if you had started the Deployment with the following
64
+ Note that this is the same as if you had started the Deployment with the following
66
65
YAML:
67
66
68
67
``` yaml
89
88
90
89
The label "app" is automatically set by ` kubectl create deployment` to the name of the
91
90
Deployment.
92
- {{< /note >}}
93
91
94
92
You can confirm your Pods are running :
95
93
@@ -195,7 +193,6 @@ hostnames ClusterIP 10.0.1.175 <none> 80/TCP 5s
195
193
196
194
Now you know that the Service exists.
197
195
198
- {{< note >}}
199
196
As before, this is the same as if you had started the Service with YAML :
200
197
201
198
` ` ` yaml
@@ -218,7 +215,6 @@ spec:
218
215
In order to highlight the full range of configuration, the Service you created
219
216
here uses a different port number than the Pods. For many real-world
220
217
Services, these values might be the same.
221
- {{< /note >}}
222
218
223
219
# # Does the Service work by DNS name?
224
220
You can’t perform that action at this time.
0 commit comments