Skip to content
Snippets Groups Projects
k3s-local-path-config.json 382 B
Newer Older
{
        "nodePathMap":[
        {
                "node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
                "paths":["/var/lib/rancher/k3s/storage"]
        },
        {
                "node":"kubekorner.ssec.wisc.edu",
                "paths":["/data"]
        },
        {
                "node":"presto.ssec.wisc.edu",
                "paths":["/data"]
        }
        ]
}