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

This commit is contained in:
Arthur Rahmangulov
2024-02-12 12:27:55 +04:00
committed by GitHub
parent ffda3656d1
commit 250b80ee7c
3 changed files with 5 additions and 5 deletions

View File

@@ -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