From 7ee9e3d705055a65dc3fd33881c504bbef394583 Mon Sep 17 00:00:00 2001 From: Larry Peterson Date: Wed, 4 Sep 2024 15:08:47 -0700 Subject: [PATCH] check all namespaces Signed-off-by: Larry Peterson --- onramp/blueprints.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/onramp/blueprints.rst b/onramp/blueprints.rst index 57ef996..08ea3ee 100644 --- a/onramp/blueprints.rst +++ b/onramp/blueprints.rst @@ -149,13 +149,14 @@ launch the new UPF(s) by typing: $ make 5gc-upf-install -At this point the new UPF(s) will be running (you can verify this -using ``kubectl``), but no traffic will be directed to them until UEs -are assigned to their IP address pool. Doing so requires loading the -appropriate bindings into ROC, which you can do by editing the -``roc_models`` line in ``amp`` section of ``vars/main.yml``. Comment -out the original models file already loaded into ROC, and uncomment -the new patch that is to be applied: +At this point the new UPF(s) will be running in their own namespaces +(you can verify this using ``kubectl get pods --all-namespaces``), but +no traffic will be directed to them until UEs are assigned to their IP +address pool. Doing so requires loading the appropriate bindings into +ROC, which you can do by editing the ``roc_models`` line in ``amp`` +section of ``vars/main.yml``. Comment out the original models file +already loaded into ROC, and uncomment the new patch that is to be +applied: .. code-block::