Fixed typos in inventory/sample/group_vars/k8s_cluster (#10911)
parent
ffda3656d1
commit
250b80ee7c
|
@ -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
|
# 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
|
# 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_controller_enabled: false
|
||||||
# csi snapshot namespace
|
# csi snapshot namespace
|
||||||
# snapshot_controller_namespace: kube-system
|
# snapshot_controller_namespace: kube-system
|
||||||
|
@ -178,7 +178,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
|
||||||
# speaker:
|
# speaker:
|
||||||
# nodeselector:
|
# nodeselector:
|
||||||
# kubernetes.io/os: "linux"
|
# kubernetes.io/os: "linux"
|
||||||
# tollerations:
|
# tolerations:
|
||||||
# - key: "node-role.kubernetes.io/control-plane"
|
# - key: "node-role.kubernetes.io/control-plane"
|
||||||
# operator: "Equal"
|
# operator: "Equal"
|
||||||
# value: ""
|
# value: ""
|
||||||
|
|
|
@ -89,7 +89,7 @@ calico_pool_blocksize: 26
|
||||||
# bird enable BGP routing, required for ipip and no encapsulation modes
|
# bird enable BGP routing, required for ipip and no encapsulation modes
|
||||||
# calico_network_backend: vxlan
|
# 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"
|
# set IP in IP encapsulation mode: "Always", "CrossSubnet", "Never"
|
||||||
# calico_ipip_mode: 'Never'
|
# calico_ipip_mode: 'Never'
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
# `cilium_enable_legacy_services` is deprecated in 1.6, removed in 1.9
|
# `cilium_enable_legacy_services` is deprecated in 1.6, removed in 1.9
|
||||||
# cilium_enable_legacy_services: false
|
# 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.
|
# in the range of 1 and 255. Only relevant when building a mesh of clusters.
|
||||||
# This value is not defined by default
|
# This value is not defined by default
|
||||||
# cilium_cluster_id:
|
# cilium_cluster_id:
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
# cilium_deploy_additionally: false
|
# cilium_deploy_additionally: false
|
||||||
|
|
||||||
# Auto direct nodes routes can be used to advertise pods routes in your cluster
|
# 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.
|
# 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
|
# You wil also have to specify the variable `cilium_native_routing_cidr` to
|
||||||
# make this work. Please refer to the cilium documentation for more
|
# make this work. Please refer to the cilium documentation for more
|
||||||
|
|
Loading…
Reference in New Issue