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

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