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 9e3d4d4 commit 26bc88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/kubeone/v1.0/workers/machine_controller.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,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
4 changes: 2 additions & 2 deletions content/kubeone/v1.2/workers/machine_controller.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,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 26bc88c

Please sign in to comment.