Skip to content

Commit

Permalink
Add local-up.sh
Browse files Browse the repository at this point in the history
Based on the kubeedge-local-up script which builds a local k8s cluster
and kubeedge, our local-up script installs our package locally for
simply developing and preparing for e3e tests.

It does:
1. build the gm/lc/worker images.
2. download kubeedge source code and run its localup script.
3. prepare our k8s env.
4. config gm config and start gm.
5. start lc.
6. add cleanup

For cleanup, it needs to do our cleanups before kubeedge cleanup
otherwise lc cleanup (via kubectl delete) is stuck and lc container is
kept running.
  • Loading branch information
llhuii committed Jan 28, 2021
1 parent 8382f50 commit 567c2a3
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# temp build directories
_output

tmp
*-tmp

# dot files
.*
Loading

0 comments on commit 567c2a3

Please sign in to comment.