KubeEdge Bot
527c574a60
Merge pull request #282 from JimmyYang20/fixbug-lc
Fixbug: db path has missed the mount volume prefix in LC
3 years ago
KubeEdge Bot
ab20013557
Merge pull request #281 from JimmyYang20/fixbug-install
Fix all-in-one doc
3 years ago
JimmyYang20
7310b7b253
Fixbug: db path has missed the mount volume prefix in LC
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
3 years ago
JimmyYang20
71e9ad3e15
Fix all-in-one doc
1.recommend to use the stable version v1.8.0 of kubeedge
2.add "clean all-in-one Sedna" in doc
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
3 years ago
KubeEdge Bot
449a6d8423
Merge pull request #271 from haiker2011/feat/add-pr-template
add pr template.
3 years ago
KubeEdge Bot
7dc675d5b1
Merge pull request #270 from haiker2011/feat/period-config
make min resync period configurable
3 years ago
sunhaizhou
c6b899a7b2
add pr template.
Signed-off-by: sunhaizhou <sunhaizhou@kingsoft.com>
3 years ago
sunhaizhou
c9fa5288fb
make min resync period configurable
Signed-off-by: sunhaizhou <sunhaizhou@kingsoft.com>
3 years ago
KubeEdge Bot
b30b98eecd
Merge pull request #240 from jaypume/bug_fix
Fix the wrong uvicorn version in sedna lib
3 years ago
KubeEdge Bot
397b5e51a1
Merge pull request #233 from jaypume/docs
fix docs: index and quickstart
3 years ago
KubeEdge Bot
f3e0c17a5e
Merge pull request #253 from llhuii/allinone-add-edgemsh
all-in-one: add edgemesh installation
3 years ago
llhuii
b2d2707489
all-in-one: add edgemesh installation
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
KubeEdge Bot
5e329dec58
Merge pull request #255 from llhuii/upgrade-to-go1.16
Upgrade golang from 1.14 to 1.16
3 years ago
llhuii
b6444031f5
Upgrade golang from 1.14 to 1.16
Signed-off-by: llhuii <liulinghui@huawei.com>
3 years ago
KubeEdge Bot
5b0afad5e8
Merge pull request #247 from llhuii/fix-allinone
installation: allow *_VERSION passing without `v`
4 years ago
llhuii
18020ea042
installation: allow *_VERSION passing without v
Allow users passing *_VERSION without `v` like `0.4.1`
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
KubeEdge Bot
3b9cef09fc
Merge pull request #249 from xujingjing-cmss/patch2
fix grammar error in globalmanager module
4 years ago
xujingjing
d1cc116be7
fix grammar error in globalmanager module
Signed-off-by: xujingjing <xujingjing_yw@cmss.chinamobile.com>
4 years ago
KubeEdge Bot
facde69f72
Merge pull request #248 from xujingjing-cmss/patch1
fix grammar error in api module
4 years ago
xujingjing
acfc6d291d
fix grammar error in api module
Signed-off-by: xujingjing <xujingjing_yw@cmss.chinamobile.com>
4 years ago
KubeEdge Bot
710c2a3e7f
Merge pull request #243 from llhuii/fix-example-image-prefix
examples: fix the image name prefix
4 years ago
llhuii
f4ca2ff656
examples: fix the image name prefix
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
KubeEdge Bot
5a08bcb705
Merge pull request #242 from JimmyYang20/fixbug-1
IL: decouple eval task and deploy task
4 years ago
JimmyYang20
5bf70e60ef
IL: decouple eval task and deploy task
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
4 years ago
KubeEdge Bot
3d7c041749
Merge pull request #237 from JimmyYang20/fixbug
Fix IL bug: job misses first data when reads data.
4 years ago
KubeEdge Bot
31812f8198
Merge pull request #230 from llhuii/docker-buildx-speed
buildx: speed the language having builtin build
4 years ago
KubeEdge Bot
c0dc5d8557
Merge pull request #239 from JimmyYang20/fixbug-2
Fix IL bug: TrainTriggerStatus used in eval task
4 years ago
Jie Pu
9ffcede642
Fix the wrong uvicorn version in sedna lib
Signed-off-by: Jie Pu <i@jaypu.com>
4 years ago
JimmyYang20
9da7acbd2a
Fix IL bug: job misses first data when reads data.
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
4 years ago
JimmyYang20
8e7122db56
Fix IL bug: TrainTriggerStatus used in eval task
need to chenge TrainTriggerStatus to EvalTriggerStatus
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
4 years ago
Jie Pu
8683997018
docs update: index and quickstart
Signed-off-by: Jie Pu <i@jaypu.com>
4 years ago
KubeEdge Bot
404fed4e23
Merge pull request #232 from llhuii/upgrade-k8s-v1.21.4
Upgrade K8S to v1.21.4
4 years ago
Jie Pu
cc08c26299
fix docs: index and quickstart
Signed-off-by: Jie Pu <i@jaypu.com>
4 years ago
KubeEdge Bot
1d0f39ba3f
Merge pull request #178 from JoeyHwong-gk/docs
Update docs: add lib development guide
4 years ago
llhuii
0953a4d9fd
hack: add upgrade-k8s.sh to upgrade Kubernetes
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
llhuii
ffa7ebb485
Upgrade K8S to v1.21.4
Current K8S version v1.19.3 has been reported security vulnerabilities
by github Dependabot alerts:
1. https://github.com/advisories/GHSA-f5f7-6478-qm6p
2. https://github.com/advisories/GHSA-mfv7-gq43-w965
The K8S v1.21.4 has been chosen to keep consistent with
KubeEdge(v1.8.2).
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
llhuii
afdd6a257d
buildx: add build speed for LC
Add a tag '_speed_buildx_for_cgo_alpine' for Dockerfiles:
1. require golang with CGO_ENABLED=1
2. use alpine image.
So used in 'build/lc/Dockerfile'
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
llhuii
7230d06ebc
buildx: disable build speed for LC
Because LC has built sqlite3 which requires CGO with CGO_ENABLED=1, and
CGO can't support cross-compilation, this speed improvement can't used
in LC.
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
llhuii
d629f436b7
buildx: speed the language having builtin build
We use docker-buildx to build our components images for different
platforms.
But for some languages, such as golang, have good builtin build for
multi platforms, and buildx support that.
In Sedna, we have GM/LC written by golang. This commit supports this
function.
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
KubeEdge Bot
1ce64fcaf7
Merge pull request #215 from JimmyYang20/fixbug
Fix building wrong GM/LC arm64 docker images
4 years ago
KubeEdge Bot
a760f17610
Merge pull request #227 from llhuii/all-in-one-improvement
all-in-one: add NO_INSTALL_SEDNA variable flag
4 years ago
llhuii
9419eca800
all-in-one: fix empty function bug
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
llhuii
00f8f1dfe3
all-in-one: add NO_INSTALL_SEDNA variable flag
If NO_INSTALL_SEDNA not 'false', don't install Sedna, it's useful to
develop, the developer will install Sedna later by manually.
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
KubeEdge Bot
b1ec13e988
Merge pull request #221 from JimmyYang20/fixbug-init-container
storage initializer: keep dir name in s3 download
4 years ago
JimmyYang20
17cbfc1b9a
storage initializer: keep dir name in s3 download
when downloading the specified folder, keep the name of the folder itself.
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
4 years ago
KubeEdge Bot
a293a29bab
Merge pull request #226 from XinYao1994/main
example: fix fl_model.train in surface_defect_detection_v2
4 years ago
KubeEdge Bot
13e9ef041c
Merge pull request #220 from llhuii/integrate-edgemesh
Unify all services exposed as ClusterIP by integrating EdgeMesh
4 years ago
XinYao1994
a9e8a3ce43
Changed interface from run() to train().
Signed-off-by: XinYao1994 <xyao@cs.hku.hk>
4 years ago
KubeEdge Bot
930e0b6b9f
Merge pull request #223 from llhuii/fix-object-search-crd
Add missing object search/tracking CRD and RBAC yamls
4 years ago
llhuii
75aa15b47c
Expose workers as cluster service using EdgeMesh
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago