47 lines
860 B
JSON
47 lines
860 B
JSON
{
|
|
"best_practices": [
|
|
"bp_001",
|
|
"bp_033"
|
|
],
|
|
"category": "storage",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"kubernetes",
|
|
"cilium",
|
|
"longhorn_node_prep"
|
|
],
|
|
"description": "Longhorn distributed block storage — Helm deploy from CP, manages StorageClass default promotion",
|
|
"modes": [
|
|
"taskserv"
|
|
],
|
|
"name": "longhorn",
|
|
"provides": [
|
|
{
|
|
"id": "distributed-block-storage-csi",
|
|
"interface": "k8s-csi",
|
|
"version": "1.11"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "kubernetes-cluster",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "cni",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "longhorn-node-prereqs",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"storage",
|
|
"longhorn",
|
|
"csi",
|
|
"kubernetes",
|
|
"distributed"
|
|
],
|
|
"version": "1.11.1"
|
|
}
|