Documentation
¶
Index ¶
Constants ¶
View Source
const ( EdgeCoreConfigFile = "/tmp/edgecore.yaml" CatEdgeCoreConfigFile = "cat /tmp/edgecore.yaml" RunEdgecore = "sudo pkill edgecore; cd ${KUBEEDGE_ROOT}/_output/local/bin/; sudo nohup ./edgecore --config=" + EdgeCoreConfigFile + " > edgecore.log 2>&1 &" CheckEdgecore = "sudo pgrep edgecore" CatEdgecoreLog = "cat ${KUBEEDGE_ROOT}/_output/local/bin/edgecore.log" DBFile = "/tmp/edgecore/edgecore.db" )
Variables ¶
This section is empty.
Functions ¶
func PrintCombinedOutput ¶
PrintCombinedOutput to show the os command injuction in combined format
func StartEdgeCore ¶
func StartEdgeCore() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.