smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

RBAC with helm Code and manual need to be updated as per the modification done so far #320

Closed naveennec closed 2 years ago

naveennec commented 2 years ago

Cloud changes. 1) RBAC setup using helm need to be modified as per the latest changes done in images(updated image name, on demand image download, ). 2) Service Account setup using RBAC latest changes(CONFIG map addition and simplification of YAML-update annotation).

Edge Changes. 1) MicroK8s RBAC setup need to modified for CONFIG map addition and simplification of YAML-update annotation

Manual changes. Manual needs to be updated as the provided comments like correct IP configuration, namespaces setup, configurations setup.

naveennec commented 2 years ago

Code has been changed and manual updated in below pull request