eUPF K8s
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 44 | 17 Mar 2025 | |
0.7/edge | 48 | 19 Mar 2025 | |
0.7/edge | 46 | 19 Mar 2025 |
juju deploy eupf-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
cni-type | string
Default: bridge
Multus CNI plugin to use for the interfaces. Allowed values are
bridge
,macvlan
. -
external-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.
-
logging-level | string
Default: debug
Logging level.
-
n3-gateway-ip | string
Default: 192.168.252.1
Gateway IP address to the Access Network.
-
n3-host-interface | string
Interface on the host to use for the Access Network (n3). This value will only be used when the
cni-type
configuration option is set tomacvlan
. -
n3-ip | string
Default: 192.168.252.3/24
IP address used by the UPF's Access interface.
-
n6-gateway-ip | string
Default: 192.168.250.1
Gateway IP address to the Core Network.
-
n6-host-interface | string
Interface on the host to use for the Core Network (n6). This value will only be used when the
cni-type
configuration option is set tomacvlan
. -
n6-ip | string
Default: 192.168.250.3/24
IP address used by the UPF's Core interface.
-
pfcp-node-id | string
PFCP node ID. If not provided, the charm will default to the PFCP address.
-
xdp_attach_mode | string
Default: generic
XDP attach mode. Allowed values are
generic
,native
. The charm was only tested withgeneric
mode.