16 lines
631 B
Text
16 lines
631 B
Text
{
|
|
name = "cilium",
|
|
version = "1.18.5",
|
|
category = "networking",
|
|
description = "Cilium CNI — eBPF-based networking, kube-proxy replacement, optional L7 ingress controller",
|
|
tags = ["networking", "cni", "cilium", "ebpf", "kubernetes"],
|
|
modes = ["taskserv"],
|
|
dependencies = ["k0s"],
|
|
provides = [
|
|
{ id = "cni", version = "1.18", interface = "k8s-cni" },
|
|
{ id = "lb-ipam", version = "1.0", interface = "k8s-lb-ipam" },
|
|
],
|
|
requires = [{ capability = "kubernetes-cluster", kind = 'Required }],
|
|
conflicts_with = [],
|
|
best_practices = ["bp_001", "bp_021", "bp_027"],
|
|
}
|