Hi, Is there a (simple) way to configure the local...
# k3s
b
Hi, Is there a (simple) way to configure the local-path-provisionner shipped with k3s? I wish to declare multiple path for the
DEFAULT_PATH_FOR_NON_LISTED_NODES
. I noticed the local-path-provisionner use a
kube-system/local-path-config
ConfigMap. But as this ConfigMap provide
config.json
+ many other files, it is not simple to override the part I'm interested in. I suppose having two ConfigMap, one for
config.json
and one for other files can help. But there is possibly an other approach for that.