Cluster information:
Kubernetes version: v1.14.1
Cloud being used: bare-metal
Installation method: manual
Host OS: Red Hat Enterprise Linux Server release 7.7
Hi,
I have trouble understanding the content of my local-storage.yaml. The below is a snippet of the larger file.
What does hostDir and mountDir mean in this context
apiVersion: v1
kind: ConfigMap
metadata:
name: local-provisioner-config
namespace: local-storage
data:
storageClassMap: |
local-storage:
hostDir: /mnt/local-storage
mountDir: /mnt/local-storage
blockCleanerCommand:
- "/scripts/shred.sh"
- "2"