Skip to content

Commit 4353f67

Browse files
committed
[zh] Add missing newline
1 parent 8a71791 commit 4353f67

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)