mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
lint and cleanup local_volume_provisioner
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# 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.
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: local-volume-config
|
||||
namespace: {{ system_namespace }}
|
||||
data:
|
||||
storageClassMap: |
|
||||
local-storage:
|
||||
hostDir: "{{ local_volume_base_dir }}"
|
||||
mountDir: "/mnt/local-storage/"
|
||||
Reference in New Issue
Block a user