File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,14 @@ launch the new UPF(s) by typing:
149
149
150
150
$ make 5gc-upf-install
151
151
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:
159
160
160
161
.. code-block ::
161
162
You can’t perform that action at this time.
0 commit comments