Skip to content

Commit dbd7921

Browse files
authored
Update scale-intro.md
1 parent 5caf1f7 commit dbd7921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
115115
define when you create the Deployment. This is the desired state.
116116
* _CURRENT_ displays how many replicas are currently running.
117+
117118
Next, let’s scale the Deployment to 4 replicas. We’ll use the `kubectl scale` command,
118119
followed 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/).

0 commit comments

Comments
 (0)