Skip to content

Commit aebd8f1

Browse files
authored
Updating GSG with source link (#20)
1 parent b94cc5d commit aebd8f1

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

standalone-node/docs/user-guide/Get-Started-Guide.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Standalone Node USB based provisioning
1+
# Standalone Node USB based provisioning
22

33
## Get Started
44

5-
The current release of the Intel® Edge Microvisor Toolkit Standalone Node supports the creation of a bootable USB drive
6-
on Linux based operating systems. This section provides step-by-step instructions to set up the environment required
5+
The current release of the Intel® Edge Microvisor Toolkit Standalone Node supports the creation of a bootable USB drive
6+
on Linux based operating systems. This section provides step-by-step instructions to set up the environment required
77
for USB-based provisioning for the standalone node.
88

9+
Source code for the Intel® Edge Microvisor Toolkit Standalone Node is available at [Open Edge Platform GitHub](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node).
10+
911
### Step 1: Prerequisites
1012

1113
#### 1.1: Docker and docker proxy Setup
@@ -32,7 +34,7 @@ cd edge-microvisor-toolkit-standalone-node
3234

3335
> **Note:** If the development system is behind a firewall, ensure to add the proxy configuration in the standalone-node/hook_os/config file
3436
35-
- Update the config file
37+
- Update the config file
3638

3739
```bash
3840
vi config
@@ -55,6 +57,7 @@ cd edge-microvisor-toolkit-standalone-node
5557
make build
5658

5759
```
60+
5861
> **Note:** This command will build the hook OS and generate the `sen-installation-files.tar.gz` file.
5962
The file will be located in the `$(pwd)/installation-scripts/out` directory.
6063

@@ -65,6 +68,7 @@ cd edge-microvisor-toolkit-standalone-node
6568
```bash
6669
lsblk -o NAME,MAJ:MIN,RM,SIZE,RO,FSTYPE,MOUNTPOINT,MODEL
6770
```
71+
6872
> **Note:** Ensure the correct USB drive is selected to avoid data loss.
6973
7074
- Copy standalone installation tar file to developer system to prepare the Bootable USB
@@ -95,7 +99,8 @@ cd edge-microvisor-toolkit-standalone-node
9599
Example usage:
96100
./bootable-usb-prepare.sh /dev/sdc usb-bootable-files.tar.gz config-file
97101
```
98-
- Required Inputs for the Script:
102+
103+
- Required Inputs for the Script:
99104

100105
```bash
101106
- usb: A valid USB device name (e.g., /dev/sdc)
@@ -109,7 +114,7 @@ cd edge-microvisor-toolkit-standalone-node
109114
110115
## Step 2: Deploy on Standalone Node
111116
112-
- Unplug the attached bootable USB from developer system
117+
- Unplug the attached bootable USB from developer system
113118
114119
- Plug the created bootable USB pen drive into the standalone node
115120
@@ -367,4 +372,3 @@ Install a WordPress application as a test application using `helm`.
367372
### Edge Node IP address
368373

369374
The edge node operates both the Kubernetes control plane and node services, making it a single-node cluster. It is essential to ensure that the IP address of the edge node remains unchanged after deployment to prevent any indeterminate behavior of the Kubernetes control plane.
370-

0 commit comments

Comments
 (0)