mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Fixed typos in inventory/sample/group_vars/k8s_cluster (#10911)
This commit is contained in:
committed by
GitHub
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
|
||||
# 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: ""
|
||||
|
||||
Reference in New Issue
Block a user