Skip to content

Commit f4a2ad9

Browse files
authored
Update scale-intro.html
Formatted the output lines
1 parent d2612e2 commit f4a2ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ <h3>Scaling a deployment</h3>
113113
<p>To list your deployments use the <code>get deployments</code> subcommand:
114114
<code><b>kubectl get deployments</b></code></p>
115115
<p>The output should be similar to:</p>
116-
<pre>NAME READY UP-TO-DATE AVAILABLE AGE
116+
<pre>
117+
NAME READY UP-TO-DATE AVAILABLE AGE
117118
kubernetes-bootcamp 1/1 1 1 11m
118119
</pre>
119120
<p>We should have 1 Pod. If not, run the command again. This shows:</p>

0 commit comments

Comments
 (0)