File tree Expand file tree Collapse file tree 8 files changed +13
-95
lines changed Expand file tree Collapse file tree 8 files changed +13
-95
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 0.0.1
20+ version : 0.0.2
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application. Versions are not expected to
@@ -29,13 +29,13 @@ kubeVersion: ">=1.18.0-0"
2929
3030dependencies :
3131 - name : smarter-cni
32- version : 0.0.1
32+ version : 0.0.2
3333 repository : https://smarter-project.gitlab.io/documentation/charts
3434 - name : smarter-dns
35- version : 0.0.1
35+ version : 0.0.2
3636 repository : https://smarter-project.gitlab.io/documentation/charts
3737 - name : smarter-device-manager
38- version : 0.0.2
38+ version : 0.0.3
3939 repository : https://smarter-project.gitlab.io/documentation/charts
4040
4141icon : https://gitlab.com/uploads/-/system/group/avatar/59012546/ARM1636_Project_Logo_ST2_RGB_V1.png
Original file line number Diff line number Diff line change 55namespace : smarter
66
77smarter-dns :
8- configuration :
9- nodeSelector :
10- smarter.type : edge
8+ nodeSelector :
9+ smarter.type : edge
1110
1211smarter-cni :
13- configuration :
14- nodeSelector :
15- smarter.type : edge
12+ nodeSelector :
13+ smarter.type : edge
1614
1715smarter-device-manager :
18- configuration :
19- nodeSelector :
20- smarter.type : edge
16+ nodeSelector :
17+ smarter.type : edge
2118
Original file line number Diff line number Diff line change @@ -34,18 +34,11 @@ In the case you wish to deploy the demo we assume you have done the following:
3434
3535## Smarter k3s server configuration
3636
37- - Use the helm chart on https://gitlab.com/smarter-project/documentation/charts to create the required common objects
37+ - Use the helm chart on https://gitlab.com/smarter-project/documentation/chart to install CNI, DNS and device-manager
3838 ``` bash
39- helm install smarter-common charts/common
40- ```
41- - Use the helm chart on https://gitlab.com/smarter-project/smarter-cni/chart to install the CNI
42- ``` bash
43- helm install smarter-cni chart
44- ```
45- - Use the helm chart on https://gitlab.com/smarter-project/smarter-dns/chart to install the dns server for the edge
46- ``` bash
47- helm install smarter-dns chart
39+ helm install --namespace smarter --create-namespace smarter-edge chart
4840 ```
41+ - 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.
4942
5043## To setup your registered edge node from your development machine
5144Plugin USB camera. You should be able to see the camera at ` /dev/video0 ` .
You can’t perform that action at this time.
0 commit comments