k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
342 B
6 lines
342 B
---
|
|
local_volume_provisioner_namespace: "kube-system"
|
|
local_volume_provisioner_storage_classes:
|
|
- name: "{{ local_volume_provisioner_storage_class | default('local-storage') }}"
|
|
host_dir: "{{ local_volume_provisioner_base_dir | default ('/mnt/disks') }}"
|
|
mount_dir: "{{ local_volume_provisioner_mount_dir | default('/mnt/disks') }}"
|