File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/tutorials/kubernetes-basics/scale Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ Two important columns of this output are:
114
114
* _ DESIRED_ displays the desired number of replicas of the application, which you
115
115
define when you create the Deployment. This is the desired state.
116
116
* _ CURRENT_ displays how many replicas are currently running.
117
+
117
118
Next, let’s scale the Deployment to 4 replicas. We’ll use the ` kubectl scale ` command,
118
119
followed by the Deployment type, name and desired number of instances:
119
120
@@ -229,4 +230,4 @@ This confirms that 2 Pods were terminated.
229
230
* Tutorial
230
231
[ Performing a Rolling Update] ( /docs/tutorials/kubernetes-basics/update/update-intro/ ) .
231
232
* Learn more about [ ReplicaSet] ( /docs/concepts/workloads/controllers/replicaset/ ) .
232
- * Learn more about [ Autoscaling] ( /docs/concepts/workloads/autoscaling/ ) .
233
+ * Learn more about [ Autoscaling] ( /docs/concepts/workloads/autoscaling/ ) .
You can’t perform that action at this time.
0 commit comments