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.
12 lines
388 B
12 lines
388 B
# The config map is used to configure local volume discovery for Local SSDs on GCE and GKE.
|
|
# It is a map from storage class to its mount configuration.
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: local-volume-config
|
|
namespace: {{ system_namespace }}
|
|
data:
|
|
storageClassMap: |
|
|
local-storage:
|
|
hostDir: "{{ local_volume_base_dir }}"
|
|
mountDir: "/mnt/local-storage/"
|