Skip to content

Commit

Permalink
Merge pull request kubernetes#16932 from AlexanderSerbul/patch-1
Browse files Browse the repository at this point in the history
Update module5.md
  • Loading branch information
medyagh authored Jul 21, 2023
2 parents 5d6c7a1 + 929c4c3 commit 37bf89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module5.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Two important columns of this command are:
- *DESIRED* displays the desired number of replicas of the application, which you define when you create the Deployment. This is the desired state.
- *CURRENT* displays how many replicas are currently running.

Next, let's scan the Deployment to 4 replicas. We'll use the `kubectl scale` command, following by the deployment type, name and desired number of instances:
Next, let's scale the Deployment to 4 replicas. We'll use the `kubectl scale` command, following by the deployment type, name and desired number of instances:

```shell
kubectl scale deployments/kubernetes-bootcamp --replicas=4
Expand Down

0 comments on commit 37bf89b

Please sign in to comment.