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