From 7847f32f5e6c56639f9c1369943508e8e90d22ce Mon Sep 17 00:00:00 2001 From: rboucher-ns1 <58948528+rboucher-ns1@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:52:22 -0400 Subject: [PATCH] fixed nbe requirements --- docs/netbox-enterprise/nbe-ec.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/netbox-enterprise/nbe-ec.md b/docs/netbox-enterprise/nbe-ec.md index b23a91f..211649c 100644 --- a/docs/netbox-enterprise/nbe-ec.md +++ b/docs/netbox-enterprise/nbe-ec.md @@ -5,7 +5,7 @@ #### Host system requirements - 4 Virtual CPU (vCPU) -- 9 GB Memory (RAM) +- 8 GB Memory (RAM) - 40 GB SSD free disk space #### Host operating system @@ -17,27 +17,28 @@ - x86-64 - ARM64 -- ARMv7 ### Deploying the cluster The following steps are required for an Embedded Cluster (EC) installation of NetBox Enterprise. -1. Download the deployment package and license file to your host (the `Authorization` token should be provided by NetBox Labs): - ``` - curl https://replicated.app/embedded/netbox-enterprise/stable -H "Authorization: " -o netbox-enterprise-stable.tgz - ``` +1. Download the deployment package and license file to your host (the `Authorization` token should be provided by NetBox Labs): + ``` + curl https://replicated.app/embedded/netbox-enterprise/stable -H "Authorization: " -o netbox-enterprise-stable.tgz + ``` 2. Uncompress the package and launch the installation: - ``` - tar -xvzf netbox-enterprise-unstable.tgz - sudo ./netbox-enterprise install --license license.yaml - ``` - You’ll be requested to create a password for the NetBox Enterprise admin console. A Kubernetes cluster will then be deployed, ready to host all the NetBox application components. The deployment of the cluster is complete with this message: - - ```{.bash .no-copy} - Visit the Admin Console to configure and install netbox-enterprise: http://my.netbox-enterprise.host:30000 - ``` + + ``` + tar -xvzf netbox-enterprise-unstable.tgz + sudo ./netbox-enterprise install --license license.yaml + ``` + + You’ll be requested to create a password for the NetBox Enterprise admin console. A Kubernetes cluster will then be deployed, ready to host all the NetBox application components. The deployment of the cluster is complete with this message: + + ```{.bash + Visit the Admin Console to configure and install netbox-enterprise: http://my.netbox-enterprise.host:30000 + ``` ### Deploying NetBox