Edge Local Storage
Create a ConfigMap in a cluster. Here is a relatively generic ConfigMap configuration that configures local storage resources. For details, see DOC
In the test cluster, we used two pieces of equipment : /dev/VDB & / dev/VDC to create an LVM volumegroup on the worker node: “cn - zhangjiakou. 192.168.3.114 “. Devices here can add paths that do not exist, because the plug-in will automatically ignore this path during the node initialisation.
Create storageclass
Parameters. vgName is the VolumeGroup defined in node-resource-topo configmap, named volumegroup1.
Create PVC
Create application
Above, we have completed the basic use of local storage, Quotapath mode is basically the same, just need to change the StorageClass.