Skip to content

Commit 175e161

Browse files
authored
Merge pull request #51980 from Arhell/zh-add
[zh] Add missing newline
2 parents 18cf0d0 + 4353f67 commit 175e161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro.md

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

0 commit comments

Comments
 (0)