Documentation
¶
Index ¶
Constants ¶
View Source
const ( CloudCoreConfigFile = "/tmp/cloudcore.yaml" EdgeCoreConfigFile = "/tmp/edgecore.yaml" EdgeSiteConfigFile = "/tmp/edgesite.yaml" CatCloudCoreConfigFile = "cat " + CloudCoreConfigFile CatEdgeCoreConfigFile = "cat " + EdgeCoreConfigFile CatEdgeSiteConfigFile = "cat " + EdgeSiteConfigFile RunCloudcore = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; sudo nohup ./cloudcore --config=" + CloudCoreConfigFile + " > cloudcore.log 2>&1 &" RunEdgecore = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; sudo nohup ./edgecore --config=" + EdgeCoreConfigFile + " > edgecore.log 2>&1 &" RunEdgeSite = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; sudo nohup ./edgesite --config=" + EdgeSiteConfigFile + " > edgesite.log 2>&1 &" CheckCloudcore = "sudo pgrep cloudcore" CheckEdgecore = "sudo pgrep edgecore" CheckEdgesite = "sudo pgrep edgesite" CatCloudcoreLog = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; cat cloudcore.log" CatEdgecoreLog = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; cat edgecore.log" CatEdgeSiteLog = "cd ${GOPATH}/src/github.com/kubeedge/kubeedge/_output/local/bin/; cat edgesite.log" AppHandler = "/api/v1/namespaces/default/pods" NodeHandler = "/api/v1/nodes" DeploymentHandler = "/apis/apps/v1/namespaces/default/deployments" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.