From 6d99a35d3b1d34216398eb0b0653b18bde8a3b91 Mon Sep 17 00:00:00 2001 From: rajaSahil Date: Tue, 5 Nov 2024 23:18:11 +0530 Subject: [PATCH] fix(typo): fix typo in kubeone guide for machine controller Signed-off-by: rajaSahil --- content/kubeone/main/guides/machine-controller/_index.en.md | 4 ++-- content/kubeone/v1.0/workers/machine_controller.en.md | 4 ++-- content/kubeone/v1.2/workers/machine_controller.en.md | 4 ++-- content/kubeone/v1.3/guides/machine_controller/_index.en.md | 6 +++--- content/kubeone/v1.4/guides/machine_controller/_index.en.md | 6 +++--- content/kubeone/v1.5/guides/machine-controller/_index.en.md | 4 ++-- content/kubeone/v1.6/guides/machine-controller/_index.en.md | 4 ++-- content/kubeone/v1.7/guides/machine-controller/_index.en.md | 4 ++-- content/kubeone/v1.8/guides/machine-controller/_index.en.md | 4 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/content/kubeone/main/guides/machine-controller/_index.en.md b/content/kubeone/main/guides/machine-controller/_index.en.md index 9ad284271..99f471d38 100644 --- a/content/kubeone/main/guides/machine-controller/_index.en.md +++ b/content/kubeone/main/guides/machine-controller/_index.en.md @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.0/workers/machine_controller.en.md b/content/kubeone/v1.0/workers/machine_controller.en.md index f13befc3b..0eeabd7a7 100644 --- a/content/kubeone/v1.0/workers/machine_controller.en.md +++ b/content/kubeone/v1.0/workers/machine_controller.en.md @@ -127,7 +127,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -135,7 +135,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.2/workers/machine_controller.en.md b/content/kubeone/v1.2/workers/machine_controller.en.md index f13befc3b..0eeabd7a7 100644 --- a/content/kubeone/v1.2/workers/machine_controller.en.md +++ b/content/kubeone/v1.2/workers/machine_controller.en.md @@ -127,7 +127,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -135,7 +135,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.3/guides/machine_controller/_index.en.md b/content/kubeone/v1.3/guides/machine_controller/_index.en.md index 938b6e1cc..99f21086b 100644 --- a/content/kubeone/v1.3/guides/machine_controller/_index.en.md +++ b/content/kubeone/v1.3/guides/machine_controller/_index.en.md @@ -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 @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.4/guides/machine_controller/_index.en.md b/content/kubeone/v1.4/guides/machine_controller/_index.en.md index 938b6e1cc..99f21086b 100644 --- a/content/kubeone/v1.4/guides/machine_controller/_index.en.md +++ b/content/kubeone/v1.4/guides/machine_controller/_index.en.md @@ -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 @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.5/guides/machine-controller/_index.en.md b/content/kubeone/v1.5/guides/machine-controller/_index.en.md index 9ad284271..99f471d38 100644 --- a/content/kubeone/v1.5/guides/machine-controller/_index.en.md +++ b/content/kubeone/v1.5/guides/machine-controller/_index.en.md @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.6/guides/machine-controller/_index.en.md b/content/kubeone/v1.6/guides/machine-controller/_index.en.md index 9ad284271..99f471d38 100644 --- a/content/kubeone/v1.6/guides/machine-controller/_index.en.md +++ b/content/kubeone/v1.6/guides/machine-controller/_index.en.md @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.7/guides/machine-controller/_index.en.md b/content/kubeone/v1.7/guides/machine-controller/_index.en.md index 9ad284271..99f471d38 100644 --- a/content/kubeone/v1.7/guides/machine-controller/_index.en.md +++ b/content/kubeone/v1.7/guides/machine-controller/_index.en.md @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ``` diff --git a/content/kubeone/v1.8/guides/machine-controller/_index.en.md b/content/kubeone/v1.8/guides/machine-controller/_index.en.md index 9ad284271..99f471d38 100644 --- a/content/kubeone/v1.8/guides/machine-controller/_index.en.md +++ b/content/kubeone/v1.8/guides/machine-controller/_index.en.md @@ -139,7 +139,7 @@ kubectl scale -n kube-system machinedeployment --replic ``` ```bash -# Scalding down +# Scaling down kubectl scale -n kube-system machinedeployment --replicas=2 ``` @@ -147,7 +147,7 @@ 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 --replicas=0 ```