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 Nov 5, 2024
1 parent 10e56f6 commit 8d445ef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions content/kubeone/v1.3/guides/machine_controller/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kubectl apply -f machines.yaml

Some examples of possible machine deployment yamls can be found in Machine-controller [examples directory](https://github.com/kubermatic/machine-controller/tree/master/examples)

Otherwise, you can also define MachineDeployment objects directly in the KubeOne Configuration Manifest, under `dynamicWorkers` key.
Otherwise, you can also define MachineDeployment objects directly in the KubeOne Configuration Manifest, under `dynamicWorkers` key.
You can run `kubeone config print --full` for an example configuration.

## Creating Additional Worker Nodes
Expand Down 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
6 changes: 3 additions & 3 deletions content/kubeone/v1.4/guides/machine_controller/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kubectl apply -f machines.yaml

Some examples of possible machine deployment yamls can be found in Machine-controller [examples directory](https://github.com/kubermatic/machine-controller/tree/master/examples)

Otherwise, you can also define MachineDeployment objects directly in the KubeOne Configuration Manifest, under `dynamicWorkers` key.
Otherwise, you can also define MachineDeployment objects directly in the KubeOne Configuration Manifest, under `dynamicWorkers` key.
You can run `kubeone config print --full` for an example configuration.

## Creating Additional Worker Nodes
Expand Down 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
4 changes: 2 additions & 2 deletions content/kubeone/v1.5/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
4 changes: 2 additions & 2 deletions content/kubeone/v1.6/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
4 changes: 2 additions & 2 deletions content/kubeone/v1.7/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
4 changes: 2 additions & 2 deletions content/kubeone/v1.8/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 8d445ef

Please sign in to comment.