Skip to content

Commit 055dcbc

Browse files
Merge pull request #124 from LorenzoTettamanti/identity_enhancements
Identity service improvements(pt.2)
2 parents 6c9f340 + 73fe216 commit 055dcbc

File tree

31 files changed

+1545
-4904
lines changed

31 files changed

+1545
-4904
lines changed

cli/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//TODO: add a identity-monitor module
2+
//TODO: add an example with test pods during installation
13
mod essential;
24
mod install;
35
mod logs;

core/.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
src/components/kernel
2+
src/components/loadbalancer
3+
src/components/proxy
4+
src/components/xdp
5+
src/components/maps
6+
src/components/xtask
7+
src/shared

0 commit comments

Comments
 (0)