Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions charts/common/.helmignore

This file was deleted.

26 changes: 0 additions & 26 deletions charts/common/Chart.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions charts/common/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions charts/common/templates/common.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/common/values.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions charts/smarter-edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1
version: 0.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -29,13 +29,13 @@ kubeVersion: ">=1.18.0-0"

dependencies:
- name: smarter-cni
version: 0.0.1
version: 0.0.2
repository: https://smarter-project.gitlab.io/documentation/charts
- name: smarter-dns
version: 0.0.1
version: 0.0.2
repository: https://smarter-project.gitlab.io/documentation/charts
- name: smarter-device-manager
version: 0.0.2
version: 0.0.3
repository: https://smarter-project.gitlab.io/documentation/charts

icon: https://gitlab.com/uploads/-/system/group/avatar/59012546/ARM1636_Project_Logo_ST2_RGB_V1.png
Expand Down
15 changes: 6 additions & 9 deletions charts/smarter-edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
namespace: smarter

smarter-dns:
configuration:
nodeSelector:
smarter.type: edge
nodeSelector:
smarter.type: edge

smarter-cni:
configuration:
nodeSelector:
smarter.type: edge
nodeSelector:
smarter.type: edge

smarter-device-manager:
configuration:
nodeSelector:
smarter.type: edge
nodeSelector:
smarter.type: edge

13 changes: 3 additions & 10 deletions public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,11 @@ In the case you wish to deploy the demo we assume you have done the following:

## Smarter k3s server configuration

- Use the helm chart on https://gitlab.com/smarter-project/documentation/charts to create the required common objects
- Use the helm chart on https://gitlab.com/smarter-project/documentation/chart to install CNI, DNS and device-manager
```bash
helm install smarter-common charts/common
```
- Use the helm chart on https://gitlab.com/smarter-project/smarter-cni/chart to install the CNI
```bash
helm install smarter-cni chart
```
- Use the helm chart on https://gitlab.com/smarter-project/smarter-dns/chart to install the dns server for the edge
```bash
helm install smarter-dns chart
helm install --namespace smarter --create-namespace smarter-edge chart
```
- 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.

## To setup your registered edge node from your development machine
Plugin USB camera. You should be able to see the camera at `/dev/video0`.
Expand Down