You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standalone-node/docs/user-guide/Get-Started-Guide.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# Standalone Node USB based provisioning
1
+
# Standalone Node USB based provisioning
2
2
3
3
## Get Started
4
4
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
7
7
for USB-based provisioning for the standalone node.
8
8
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
+
9
11
### Step 1: Prerequisites
10
12
11
13
#### 1.1: Docker and docker proxy Setup
@@ -32,7 +34,7 @@ cd edge-microvisor-toolkit-standalone-node
32
34
33
35
> **Note:** If the development system is behind a firewall, ensure to add the proxy configuration in the standalone-node/hook_os/config file
34
36
35
-
-Update the config file
37
+
- Update the config file
36
38
37
39
```bash
38
40
vi config
@@ -55,6 +57,7 @@ cd edge-microvisor-toolkit-standalone-node
55
57
make build
56
58
57
59
```
60
+
58
61
> **Note:** This command will build the hook OS and generate the `sen-installation-files.tar.gz` file.
59
62
The file will be located in the `$(pwd)/installation-scripts/out` directory.
60
63
@@ -65,6 +68,7 @@ cd edge-microvisor-toolkit-standalone-node
@@ -109,7 +114,7 @@ cd edge-microvisor-toolkit-standalone-node
109
114
110
115
## Step 2: Deploy on Standalone Node
111
116
112
-
- Unplug the attached bootable USB from developer system
117
+
- Unplug the attached bootable USB from developer system
113
118
114
119
- Plug the created bootable USB pen drive into the standalone node
115
120
@@ -367,4 +372,3 @@ Install a WordPress application as a test application using `helm`.
367
372
### Edge Node IP address
368
373
369
374
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.
0 commit comments