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:
114114* _ DESIRED_ displays the desired number of replicas of the application, which you
115115define when you create the Deployment. This is the desired state.
116116* _ CURRENT_ displays how many replicas are currently running.
117+
117118Next, let’s scale the Deployment to 4 replicas. We’ll use the ` kubectl scale ` command,
118119followed by the Deployment type, name and desired number of instances:
119120
@@ -229,4 +230,4 @@ This confirms that 2 Pods were terminated.
229230* Tutorial
230231[ Performing a Rolling Update] ( /docs/tutorials/kubernetes-basics/update/update-intro/ ) .
231232* 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