Skip to content

Commit 017eb52

Browse files
authored
Merge pull request #23 from opennetworkinglab/maintenance
check all namespaces
2 parents 73451de + 7ee9e3d commit 017eb52

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

onramp/blueprints.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,14 @@ launch the new UPF(s) by typing:
149149
150150
$ make 5gc-upf-install
151151
152-
At this point the new UPF(s) will be running (you can verify this
153-
using ``kubectl``), but no traffic will be directed to them until UEs
154-
are assigned to their IP address pool. Doing so requires loading the
155-
appropriate bindings into ROC, which you can do by editing the
156-
``roc_models`` line in ``amp`` section of ``vars/main.yml``. Comment
157-
out the original models file already loaded into ROC, and uncomment
158-
the new patch that is to be applied:
152+
At this point the new UPF(s) will be running in their own namespaces
153+
(you can verify this using ``kubectl get pods --all-namespaces``), but
154+
no traffic will be directed to them until UEs are assigned to their IP
155+
address pool. Doing so requires loading the appropriate bindings into
156+
ROC, which you can do by editing the ``roc_models`` line in ``amp``
157+
section of ``vars/main.yml``. Comment out the original models file
158+
already loaded into ROC, and uncomment the new patch that is to be
159+
applied:
159160

160161
.. code-block::
161162

0 commit comments

Comments
 (0)