16 lines
620 B
Text
16 lines
620 B
Text
|
|
{
|
||
|
|
name = "local_path_provisioner",
|
||
|
|
version = "v0.0.30",
|
||
|
|
category = "storage",
|
||
|
|
description = "Rancher local-path-provisioner — hostPath-backed dynamic PVC provisioner for single-node or dev clusters without external storage",
|
||
|
|
tags = ["storage", "kubernetes", "hostpath", "provisioner"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = ["kubernetes"],
|
||
|
|
provides = [{ id = "local-storage", version = "0.0.30", interface = "k8s-storageprovider" }],
|
||
|
|
requires = [
|
||
|
|
{ capability = "kubernetes-cluster", kind = 'Required },
|
||
|
|
],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_001"],
|
||
|
|
}
|