diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-06-19 15:24:34 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-06-19 16:53:38 +0800 |
| commit | 8c1ebc159ea1b38f39abd5fe6b376856248b5bb8 (patch) | |
| tree | d8e9401e3737c68c3baffd02491040a7fc2efd6d /edgemesh | |
| parent | Merge pull request #1829 from daixiang0/debug (diff) | |
| download | kubeedge-8c1ebc159ea1b38f39abd5fe6b376856248b5bb8.tar.gz | |
EdgeMesh: fix panic error
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'edgemesh')
| -rw-r--r-- | edgemesh/pkg/plugin/plugin.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/edgemesh/pkg/plugin/plugin.go b/edgemesh/pkg/plugin/plugin.go index 231bc15c6..0d2eeee3c 100644 --- a/edgemesh/pkg/plugin/plugin.go +++ b/edgemesh/pkg/plugin/plugin.go @@ -9,6 +9,8 @@ import ( "github.com/go-chassis/go-chassis/core/registry" meshConfig "github.com/kubeedge/kubeedge/edgemesh/pkg/config" + // Register panel to aviod panic error + _ "github.com/kubeedge/kubeedge/edgemesh/pkg/plugin/panel" meshRegistry "github.com/kubeedge/kubeedge/edgemesh/pkg/plugin/registry" ) |
