This repository was archived by the owner on Dec 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Put this https://alwaysupalwayson.com/asm-security as a workshop.
11111 . [ ] Sidecar
12121 . [ ] AuthorizationPolicies
13131 . [ ] NetworkPolicies
14+ 1 . [ ] Policy Controller
14151 . [ ] Monitoring: Topology, SLOs, Traces, etc.
15161 . [ ] Misc: any Istio's features about traffic management, etc.
1617
@@ -25,8 +26,11 @@ Further considerations:
2526
2627```
2728git clone --recurse-submodules https://github.com/mathieu-benoit/asm-workshop
29+ cd asm-workshop
2830docker build -t asm-workshop .
2931docker run -d -p 8080:8080 asm-workshop
3032```
3133
32- ##
34+ ## Configure GitHub action
35+
36+ FIXME
Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ languageCode = "en-us"
33defaultContentLanguage = " en"
44theme = " hugo-theme-learn"
55enableRobotsTXT = true
6- # googleAnalytics = 'FIXME '
6+ googleAnalytics = ' G-34LNWT3M12 '
77
88[outputs ]
99 home = [ " HTML" , " RSS" , " JSON" ]
1010
1111[params ]
12- defaultTheme = " dark"
13-
1412 editURL = " https://github.com/mathieu-benoit/asm-workshop/edit/master/content/"
1513 description = " Anthos Service Mesh (ASM) Workshop"
1614 author = " Mathieu Benoit"
You can’t perform that action at this time.
0 commit comments