Skip to content

Commit

Permalink
netris air gap
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Jan 20, 2025
1 parent d91d5a8 commit 1b508f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions controller-k3s-air-gap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Air-gapped environments are isolated from the public internet to ensure heighten

Netris provides a way to install the Netris Controller in air-gapped environments to cater to these requirements, ensuring seamless deployment without relying on internet access.

---

How to Install the Netris Controller
-------------------------------------
Expand All @@ -28,33 +27,36 @@ Steps to Install

Contact Netris to obtain the required installation file (``netris-controller.tar.gz``).

1. **Transfer the File to the Server**
2. **Transfer the File to the Server**

Use a secure file transfer method (e.g., SCP or USB) to copy the tar.gz file to the target Ubuntu 24.04 server.

1. **Extract the Tarball**
3. **Extract the Tarball**

Run the following command to extract the contents of the tarball:

.. code-block:: shell-session
tar -xzvf netris-controller.tar.gz
1. **Navigate to the Installation Directory**
4. **Navigate to the Installation Directory**

Move into the extracted directory:

.. code-block:: shell-session
cd netris-controller
5. **Run the Installation Script**
5. **Run the Installation Script**

Execute the installation script with the ``ctl-hostname`` argument, specifying the desired hostname for your controller. For example:

.. code-block:: shell-session
./install.sh --ctl-hostname netris.example.com
6. **Verify Installation**
6. **Verify Installation**

Once the script is complete, follow any on-screen instructions to verify the installation. The Netris Controller should now be operational in your air-gapped environment.


Expand Down
2 changes: 1 addition & 1 deletion controller-k8s-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In order to install the Helm chart, you must follow these steps:
kubectl create namespace netris-controller
1. Install helm chart with netris-controller:
2. Install helm chart with netris-controller:

.. code-block::
Expand Down

0 comments on commit 1b508f1

Please sign in to comment.