Skip to content

Commit 04da1bb

Browse files
authored
Merge pull request #51564 from l0f3n/patch-1
Add missing newline
2 parents a7b51ad + dbd7921 commit 04da1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Two important columns of this output are:
110110
* _DESIRED_ displays the desired number of replicas of the application, which you
111111
define when you create the Deployment. This is the desired state.
112112
* _CURRENT_ displays how many replicas are currently running.
113+
113114
Next, let’s scale the Deployment to 4 replicas. We’ll use the `kubectl scale` command,
114115
followed by the Deployment type, name and desired number of instances:
115116

0 commit comments

Comments
 (0)