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.
1 parent 8a71791 commit 4353f67Copy full SHA for 4353f67
content/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro.md
@@ -186,6 +186,7 @@ Two important columns of this output are:
186
* _DESIRED_ displays the desired number of replicas of the application, which you
187
define when you create the Deployment. This is the desired state.
188
* _CURRENT_ displays how many replicas are currently running.
189
+
190
Next, let’s scale the Deployment to 4 replicas. We’ll use the `kubectl scale` command,
191
followed by the Deployment type, name and desired number of instances:
192
-->
0 commit comments