Browse Source

Fixed typos in inventory/sample/group_vars/k8s_cluster (#10911)

pull/10918/head
Arthur Rahmangulov 9 months ago
committed by GitHub
parent
commit
250b80ee7c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions
  1. 4
      inventory/sample/group_vars/k8s_cluster/addons.yml
  2. 2
      inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
  3. 4
      inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml

4
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: ""

2
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'

4
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

Loading…
Cancel
Save