Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//TODO: add a identity-monitor module
//TODO: add an example with test pods during installation
mod essential;
mod install;
mod logs;
Expand Down
7 changes: 7 additions & 0 deletions core/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src/components/kernel
src/components/loadbalancer
src/components/proxy
src/components/xdp
src/components/maps
src/components/xtask
src/shared
Loading