File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ..
2+ SPDX-FileCopyrightText: © 2022 Open Networking Foundation <[email protected] > 3+ SPDX-License-Identifier: Apache-2.0
4+
15PFCP Dump Examples
26===================
37
48This file contains example ``values.yaml `` snippets to enable the PFCP raw-dump
59feature for debugging parse errors in the ``pfcp-agent `` container.
610
711
8- Use transient storage (emptyDir) — good for testing/local/dev
9- -----------------------------------------------------------
12+ Use transient storage (empty dir)
13+ --------------------------------
1014
1115.. code-block :: yaml
1216
@@ -24,8 +28,8 @@ This will mount an ``emptyDir`` into the pod at ``/var/log/upf/pfcp_dumps`` and
2428the runtime will prune files when the directory exceeds ``maxBytes `` or
2529``maxFiles ``.
2630
27- Use persistent storage (PVC) — for production/long-term capture
28- -------------------------------------------------------------
31+ Use persistent storage (PVC)
32+ ----------------------------
2933
3034.. code-block :: yaml
3135
Original file line number Diff line number Diff line change @@ -267,3 +267,5 @@ webconsole
267267webhooks
268268webui
269269yaml
270+
271+ emptyDir
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ can be found on the `SD-Core Wiki
7070 configuration/config_rest.rst
7171 configuration/config_simapp.rst
7272 configuration/application_filtering.rst
73+ configuration/pfcp-dump-examples.rst
7374 configuration/qos_config.rst
7475 configuration/config_upf.rst
7576
You can’t perform that action at this time.
0 commit comments