Add cilium module
Change-Id: Ifff46bc92fb1c0e1fa49c5b39a396b9b092f6fb9
This commit is contained in:
parent
6f0b986c51
commit
3e0bf845b7
@ -46768,6 +46768,11 @@
|
|||||||
"uri": "https://github.com/karmada-io/karmada.git",
|
"uri": "https://github.com/karmada-io/karmada.git",
|
||||||
"organization": "Karmada"
|
"organization": "Karmada"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"module": "cilium",
|
||||||
|
"uri": "https://github.com/cilium/cilium.git",
|
||||||
|
"organization": "Cilium"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"module": "containerd",
|
"module": "containerd",
|
||||||
"uri": "https://github.com/containerd/containerd.git",
|
"uri": "https://github.com/containerd/containerd.git",
|
||||||
@ -47956,7 +47961,7 @@
|
|||||||
"kubernetes", "prometheus", "fluentd", "grpc", "rkt", "vitess",
|
"kubernetes", "prometheus", "fluentd", "grpc", "rkt", "vitess",
|
||||||
"coredns", "linkerd", "helm", "cni", "envoy", "jaeger",
|
"coredns", "linkerd", "helm", "cni", "envoy", "jaeger",
|
||||||
"notary", "tuf", "kubernetes-installers", "dragonfly",
|
"notary", "tuf", "kubernetes-installers", "dragonfly",
|
||||||
"containerd", "linkerd2", "longhorn", "cri-o"
|
"containerd", "linkerd2", "longhorn", "cri-o", "cilium"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -48073,6 +48078,12 @@
|
|||||||
"child": true,
|
"child": true,
|
||||||
"modules": ["dragonfly"]
|
"modules": ["dragonfly"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "cilium",
|
||||||
|
"title": "cilium",
|
||||||
|
"child": true,
|
||||||
|
"modules": ["cilium"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "containerd",
|
"id": "containerd",
|
||||||
"title": "containerd",
|
"title": "containerd",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user