Flannel
- By Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 79 | 21 Aug 2023 | |
latest/candidate | 75 | 07 Jun 2023 | |
latest/beta | 79 | 17 Aug 2023 | |
latest/edge | 82 | 15 Sep 2023 | |
1.29/edge | 82 | 15 Sep 2023 | |
1.28/stable | 79 | 22 Aug 2023 | |
1.28/candidate | 75 | 07 Jun 2023 | |
1.28/beta | 79 | 07 Aug 2023 | |
1.28/edge | 81 | 09 Aug 2023 | |
1.27/stable | 75 | 12 Jun 2023 | |
1.27/candidate | 75 | 12 Jun 2023 | |
1.27/beta | 70 | 10 Apr 2023 | |
1.27/edge | 67 | 07 Apr 2023 | |
1.26/stable | 63 | 27 Feb 2023 | |
1.26/candidate | 63 | 25 Feb 2023 | |
1.26/beta | 48 | 09 Apr 2023 | |
1.26/edge | 48 | 19 Nov 2022 | |
1.25/stable | 49 | 01 Dec 2022 | |
1.25/candidate | 49 | 30 Nov 2022 | |
1.25/beta | 50 | 01 Dec 2022 | |
1.25/edge | 39 | 09 Sep 2022 | |
1.24/stable | 28 | 04 Aug 2022 | |
1.24/candidate | 28 | 02 Aug 2022 | |
1.24/beta | 17 | 03 May 2022 | |
1.24/edge | 30 | 10 Aug 2022 | |
1.23/beta | 7 | 22 Mar 2022 | |
1.23/edge | 5 | 24 Feb 2022 |
juju deploy flannel
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Flannel is a virtual network that gives a subnet to each host for use with container runtimes.
This charm will deploy flannel as a background service, and configure CNI for
use with flannel, on any principal charm that implements the
kubernetes-cni
interface.
Usage
The flannel charm is a
subordinate.
This charm will require a principal charm that implements the kubernetes-cni
interface in order to properly deploy.
juju deploy flannel
juju deploy etcd
juju deploy kubernetes-control-plane
juju deploy kubernetes-worker
juju add-relation flannel etcd
juju add-relation flannel kubernetes-control-plane
juju add-relation flannel kubernetes-worker
Known Limitations
This subordinate does not support being co-located with other deployments of the flannel subordinate (to gain 2 vlans on a single application). If you require this support please file a bug.
This subordinate also leverages juju-resources, so it is currently only available on juju 2.0+ controllers.
Further information
Help us improve this documentation
Most of this documentation can be collaboratively discussed and changed on the respective topic in the doc category of the Charmhub forum. See the documentation guidelines if you’d like to contribute.