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 a7b51ad + dbd7921 commit 04da1bbCopy full SHA for 04da1bb
content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.md
@@ -110,6 +110,7 @@ Two important columns of this output are:
110
* _DESIRED_ displays the desired number of replicas of the application, which you
111
define when you create the Deployment. This is the desired state.
112
* _CURRENT_ displays how many replicas are currently running.
113
+
114
Next, let’s scale the Deployment to 4 replicas. We’ll use the `kubectl scale` command,
115
followed by the Deployment type, name and desired number of instances:
116
0 commit comments