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
- Use the helm chart on each of hte modules. Remember to use the namespace and the correct labels. The individual charts do not install on devices automatically, they require labels.
42
+
- Use the helm chart on each of the modules. Remember to use the namespace and the correct labels. The individual charts do not install on devices automatically, they require labels.
43
43
44
44
## To setup your registered edge node from your development machine
45
45
Plugin USB camera. You should be able to see the camera at `/dev/video0`.
Copy file name to clipboardExpand all lines: k3s-cloud-master.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The script will create another local script that can be used to restart k3s if n
47
47
The files token.\<instance name\> and kube.\<instance name\>.config contains the credentials to be use to authenticate a node (token file) or kubectl (kube.config file).
48
48
*NOTE*: Is is important K3S_VERSION on client matches the server otherwise things are likely not to work
49
49
The k3s-start.sh downloads a compatible k3s executable (that can replace kubectl) with the server and also creates a kubectl-\<instance name\>.sh script that emulates a kubectl with the correct credentials.
50
-
The file env-<instancename>.sh create an alias for kubectl and adds the KUBECONFIG enviroment variable.
50
+
The file env-\<instance name\>.sh create an alias for kubectl and adds the KUBECONFIG enviroment variable.
51
51
52
52
# Joining a k3s node
53
53
To join an node which does not use our yocto build. Copy the kube_cloud_install-\<instance name\>.sh to the node and execute it. The script is already configured to connect to the server \<instance name\>.
Copy file name to clipboardExpand all lines: k3s-edge-master.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The script will create another local script that can be used to restart k3s if n
51
51
The files token.\<instance name\> and kube.\<instance name\>.config contains the credentials to be use to authenticate a node (token file) or kubectl (kube.config file).
52
52
*NOTE*: Is is important K3S_VERSION on client matches the server otherwise things are likely not to work
53
53
The k3s-start.sh downloads a compatible k3s executable (that can replace kubectl) with the server and also creates a kubectl-\<instance name\>.sh script that emulates a kubectl with the correct credentials.
54
-
The file env-<instancename>.sh create an alias for kubectl and adds the KUBECONFIG enviroment variable.
54
+
The file env-\<instance name\>.sh create an alias for kubectl and adds the KUBECONFIG enviroment variable.
55
55
56
56
# Joining a non-yocto k3s node
57
57
To join an node which does not use our yocto build. Copy the kube_edge_install-\<instance name\>.sh to the node and execute it. The script is already configured to connect to the server \<instance name\>.
0 commit comments