Skip to content

Commit

Permalink
fix(typo): fix typo in kubeone guide for machine controller
Browse files Browse the repository at this point in the history
Signed-off-by: rajaSahil <[email protected]>
  • Loading branch information
rajaSahil committed Jan 6, 2025
1 parent 8d445ef commit 9e3d4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/kubeone/main/guides/machine-controller/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ kubectl scale -n kube-system machinedeployment <machinedeployment-name> --replic
```

```bash
# Scalding down
# Scaling down
kubectl scale -n kube-system machinedeployment <machinedeployment-name> --replicas=2
```

Scaling down to zero is useful when you want to "temporarily" delete worker
nodes, i.e. have the ability to easily recreate them by scaling up.

```bash
# Scalding down
# Scaling down
kubectl scale -n kube-system machinedeployment <machinedeployment-name> --replicas=0
```

Expand Down

0 comments on commit 9e3d4d4

Please sign in to comment.