From 26567366950913798aa2256daeef6ce28dcac3d0 Mon Sep 17 00:00:00 2001 From: Gor Poghosyan Date: Tue, 21 Jan 2025 10:42:40 -0800 Subject: [PATCH] netris air gap update --- controller-k3s-air-gap.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/controller-k3s-air-gap.rst b/controller-k3s-air-gap.rst index dc6ef2d6d..83c33547e 100644 --- a/controller-k3s-air-gap.rst +++ b/controller-k3s-air-gap.rst @@ -65,7 +65,24 @@ After Installation The air-gapped Netris Controller will also include a local repository/registry. This repository provides all the necessary packages and images for installing various types of Netris agents. -To learn how to use the Netris local repository, please refer to the documentation here: `How to Consume Local Repository `_ +The script will output the local repository URL. Copy and paste this URL of the Local repository into the Netris Controller Web UI under **Settings** section (as shown in the screenshots below). + +.. image:: images/Global-settings-edit.png + :align: center + +.. image:: images/Global-settings-save.png + :align: center + + +How to consume local repository +------------------------------- + +Once the local repository function is enabled in the Netris Controller Settings, the Netris agent installation oneliner will automatically point to the local repository (as shown in the screenshots below). + + +.. image:: images/oneliner-from-local-repo.png + :align: center + ---