From 250b80ee7c7e79c8ea4528c66877a28a7547632d Mon Sep 17 00:00:00 2001
From: Arthur Rahmangulov <48437342+arahmangulov@users.noreply.github.com>
Date: Mon, 12 Feb 2024 12:27:55 +0400
Subject: [PATCH] Fixed typos in inventory/sample/group_vars/k8s_cluster
 (#10911)

---
 inventory/sample/group_vars/k8s_cluster/addons.yml         | 4 ++--
 inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml | 2 +-
 inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/inventory/sample/group_vars/k8s_cluster/addons.yml b/inventory/sample/group_vars/k8s_cluster/addons.yml
index e41aea67d..e57f8a725 100644
--- a/inventory/sample/group_vars/k8s_cluster/addons.yml
+++ b/inventory/sample/group_vars/k8s_cluster/addons.yml
@@ -60,7 +60,7 @@ local_volume_provisioner_enabled: false
 
 # CSI Volume Snapshot Controller deployment, set this to true if your CSI is able to manage snapshots
 # currently, setting cinder_csi_enabled=true would automatically enable the snapshot controller
-# Longhorn is an extenal CSI that would also require setting this to true but it is not included in kubespray
+# Longhorn is an external CSI that would also require setting this to true but it is not included in kubespray
 # csi_snapshot_controller_enabled: false
 # csi snapshot namespace
 # snapshot_controller_namespace: kube-system
@@ -178,7 +178,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
 #   speaker:
 #     nodeselector:
 #       kubernetes.io/os: "linux"
-#     tollerations:
+#     tolerations:
 #       - key: "node-role.kubernetes.io/control-plane"
 #         operator: "Equal"
 #         value: ""
diff --git a/inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml b/inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
index c1cc3dd7d..3ba1acb65 100644
--- a/inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
+++ b/inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
@@ -89,7 +89,7 @@ calico_pool_blocksize: 26
 # bird enable BGP routing, required for ipip and no encapsulation modes
 # calico_network_backend: vxlan
 
-# IP in IP and VXLAN is mutualy exclusive modes.
+# IP in IP and VXLAN is mutually exclusive modes.
 # set IP in IP encapsulation mode: "Always", "CrossSubnet", "Never"
 # calico_ipip_mode: 'Never'
 
diff --git a/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml b/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
index a1704844d..b3190a2f1 100644
--- a/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
+++ b/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
@@ -65,7 +65,7 @@
 # `cilium_enable_legacy_services` is deprecated in 1.6, removed in 1.9
 # cilium_enable_legacy_services: false
 
-# Unique ID of the cluster. Must be unique across all conneted clusters and
+# Unique ID of the cluster. Must be unique across all connected clusters and
 # in the range of 1 and 255. Only relevant when building a mesh of clusters.
 # This value is not defined by default
 # cilium_cluster_id:
@@ -75,7 +75,7 @@
 # cilium_deploy_additionally: false
 
 # Auto direct nodes routes can be used to advertise pods routes in your cluster
-# without any tunelling (with `cilium_tunnel_mode` sets to `disabled`).
+# without any tunneling (with `cilium_tunnel_mode` sets to `disabled`).
 # This works only if you have a L2 connectivity between all your nodes.
 # You wil also have to specify the variable `cilium_native_routing_cidr` to
 # make this work. Please refer to the cilium documentation for more
-- 
GitLab