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 7686613 + f4a2ad9 commit 2210a1bCopy full SHA for 2210a1b
content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
@@ -113,7 +113,8 @@ <h3>Scaling a deployment</h3>
113
<p>To list your deployments use the <code>get deployments</code> subcommand:
114
<code><b>kubectl get deployments</b></code></p>
115
<p>The output should be similar to:</p>
116
- <pre>NAME READY UP-TO-DATE AVAILABLE AGE
+ <pre>
117
+ NAME READY UP-TO-DATE AVAILABLE AGE
118
kubernetes-bootcamp 1/1 1 1 11m
119
</pre>
120
<p>We should have 1 Pod. If not, run the command again. This shows:</p>
0 commit comments