Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The format of config_kubeedge file is as follows :

EDGENODEUSR=""

EDGENODEIP=""

EDGENODEPASSWORDedgenodeusr=""

edgenodeipMASTERNODEIP=""edgenodepassword

HOME_EDGENODE=""masternodeusr

KUBEEDGE_ETC="/etc/kubeedge"

masternodeip=""

KUBEEDGE_VERSION_ETC="/etc/kubeedge-v1.1.0-linux-amd64/"

PATH_OF_KUBEEDGEmasternodepassword=""


No Format
root@akraino-slave-001:#git clone "https://gerrit.akraino.org/r/eliot" 
root@akraino-slave-001:#cd eliot/blueprints/iotgateway/scripts/
root@akraino-slave-001:~/eliot/blueprints/iotgateway/scripts#./setup.sh 
root@akraino-slave-001:~/eliot/blueprints/iotgateway/scripts#vim config_kubeedge
root@akraino-slave-001:~/eliot/blueprints/iotgateway/scripts#cd kubeedge
root@akraino-slave-001:~/eliot/blueprints/iotgateway/scripts/scripts#kubeedge# ./kubeedge_setup.sh


Info

Note:

We are running setup.sh without updating nodelist file.  This is required to setup k8s master node which is required as a pre-requisite for kubeedge setup

in kubeedge_setup.sh → we are currently using V1.1.0 version of kubeedge ( latest stable version package )

PATH_OF_KUBEEDGE variable has to be set with path of the kubeedge folder.  This will be "eliot/blueprints/iotgateway/scripts/kubeedge"

KUBEEDGE_VERSION_ETC → variable has to be set with "/etc/kubeedge-v1.1.0-linux-amd64/" since we are using 1.1.0 version of kubeedge

Snapshot Deployment Overview

...