Multus

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 54 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 54 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 52 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 52 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 52 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 52 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 54 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 54 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 53 15 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 52 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 51 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 49 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 51 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 52 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 49 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 49 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 47 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 46 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 43 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 43 25 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 35 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/edge 35 13 Oct 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/stable 32 30 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/candidate 32 28 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/beta 36 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/edge 23 16 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
1.24/stable 22 04 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
1.24/candidate 22 02 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
1.24/beta 18 27 May 2022
Ubuntu 20.04
1.24/edge 19 22 Jul 2022
Ubuntu 22.04 Ubuntu 20.04
1.23/edge 14 27 May 2022
Ubuntu 20.04
juju deploy multus
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • image-registry | string

    Default: rocks.canonical.com:443/cdk

    Source registry of Multus CNI images. By setting to a value, each image listed in the releases manifest has its image-registry replaced.

  • network-attachment-definitions | string

    YAML definitions of NetworkAttachmentDefinitions to create in Kubernetes. Multuple NetworkAttachmentDefinitions can be specified by separating them with ---. Example value: apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: flannel namespace: default spec: config: | { "cniVersion": "0.3.1", "plugins": [ { "type": "flannel", "delegate": { "hairpinMode": true, "isDefaultGateway": true } }, { "type": "portmap", "capabilities": {"portMappings": true}, "snat": true } ] } --- apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: sriov namespace: default annotations: k8s.v1.cni.cncf.io/resourceName: intel.com/sriov spec: config: | { "type": "sriov", "ipam": { "type": "host-local", "ranges": [[{ "subnet": "10.123.123.0/24" }]] } }

  • release | string

    Default: v3.9.1

    Version of Multus CNI to deploy