-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmetadata.yaml
37 lines (37 loc) · 1.07 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: flannel
summary: A charm that provides a robust Software Defined Network
description: |
it is a generic overlay network that can be used as a simple alternative
to existing software defined networking solutions
docs: https://discourse.charmhub.io/t/flannel-docs-index/6179
maintainers:
- Tim Van Steenburgh <[email protected]>
- George Kraft <[email protected]>
- Rye Terrell <[email protected]>
- Konstantinos Tsakalozos <[email protected]>
- Charles Butler <[email protected]>
series:
- jammy
- focal
subordinate: true
tags:
- networking
requires:
etcd:
interface: etcd
cni:
interface: kubernetes-cni
scope: container
resources:
flannel-amd64:
type: file
filename: flannel.tar.gz
description: "A tarball packaged release of flannel for amd64"
flannel-arm64:
type: file
filename: flannel.tar.gz
description: "A tarball packaged release of flannel for arm64"
flannel-s390x:
type: file
filename: flannel.tar.gz
description: "A tarball packaged release of flannel for s390x"