SD-Core 5G UPF K8s

  • By Canonical Telco
Channel Revision Published Runs on
latest/beta 13 03 Jan 2024
Ubuntu 22.04
latest/edge 21 21 Jan 2024
Ubuntu 22.04
1.4/beta 161 26 Apr 2024
Ubuntu 22.04
1.4/edge 207 06 May 2024
Ubuntu 22.04
1.5/edge 205 05 May 2024
Ubuntu 22.04
1.3/beta 13 22 Jan 2024
Ubuntu 22.04
1.3/edge 105 05 Apr 2024
Ubuntu 22.04
juju deploy sdcore-upf-k8s --channel latest/edge
Show information

Platform:

Learn about configurations >

  • access-gateway-ip | string

    Default: 192.168.252.1

    Gateway IP address to the Access Network.

  • access-interface | string

    Interface on the host to use for the Access Network.

  • access-interface-mac-address | string

    MAC address of the UPF's Access interface. Required only if `upf-mode` is `dpdk`.

  • access-interface-mtu-size | int

    MTU for the access interface (1200 <= MTU <= 65535) in bytes. If not specified, Multus will use its default value (typically 1500).

  • access-ip | string

    Default: 192.168.252.3/24

    IP address used by the UPF's Access interface.

  • core-gateway-ip | string

    Default: 192.168.250.1

    Gateway IP address to the Core Network.

  • core-interface | string

    Interface on the host to use for the Core Network.

  • core-interface-mac-address | string

    MAC address of the UPF's Core interface. Required only if `upf-mode` is `dpdk`.

  • core-interface-mtu-size | int

    MTU for the core interface (1200 <= MTU <= 65535) in bytes. If not specified, Multus will use its default value (typically 1500).

  • core-ip | string

    Default: 192.168.250.3/24

    IP address used by the UPF's Core interface.

  • dnn | string

    Default: internet

    Data Network Name (DNN)

  • enable-hugepages | boolean

    When enabled, HugePages of 1Gi will be used for a total of 2Gi HugePages. HugePages must be enabled if `upf-mode` is `dpdk`.

  • enable-hw-checksum | boolean

    Default: True

    When enabled, hardware checksum will be used on the network interfaces.

  • external-upf-hostname | string

    Externally accessible FQDN for the UPF. If not provided, it will default to the LoadBalancer Service hostname. If that is not available, it will default to the internal Kubernetes FQDN of the service.

  • gnb-subnet | string

    Default: 192.168.251.0/24

    gNodeB subnet.

  • upf-mode | string

    Default: af_packet

    Either `af_packet` (default) or `dpdk`.