@@ -83,12 +83,19 @@ tags, and then generate with `hack/update-toc.sh`.
83
83
- [ Goals] ( #goals )
84
84
- [ Non-Goals] ( #non-goals )
85
85
- [ Proposal] ( #proposal )
86
- - [ User Stories (Optional)] ( #user-stories-optional )
87
- - [ Story 1] ( #story-1 )
88
- - [ Story 2] ( #story-2 )
89
- - [ Notes/Constraints/Caveats (Optional)] ( #notesconstraintscaveats-optional )
86
+ - [ Caveats] ( #caveats )
90
87
- [ Risks and Mitigations] ( #risks-and-mitigations )
91
88
- [ Design Details] ( #design-details )
89
+ - [ Golang] ( #golang )
90
+ - [ Docker] ( #docker )
91
+ - [ E2E Tests] ( #e2e-tests )
92
+ - [ Non-Approach: Generate Test Manifests] ( #non-approach-generate-test-manifests )
93
+ - [ Approach #1 : Static Hosting] ( #approach-1-static-hosting )
94
+ - [ Pros] ( #pros )
95
+ - [ Cons] ( #cons )
96
+ - [ Approach #2 : Tarball Image Loading (recommended)] ( #approach-2-tarball-image-loading-recommended )
97
+ - [ Pros] ( #pros-1 )
98
+ - [ Cons] ( #cons-1 )
92
99
- [ Test Plan] ( #test-plan )
93
100
- [ Graduation Criteria] ( #graduation-criteria )
94
101
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
@@ -101,9 +108,9 @@ tags, and then generate with `hack/update-toc.sh`.
101
108
- [ Scalability] ( #scalability )
102
109
- [ Troubleshooting] ( #troubleshooting )
103
110
- [ Implementation History] ( #implementation-history )
104
- - [ Drawbacks] ( #drawbacks )
105
111
- [ Alternatives] ( #alternatives )
106
- - [ Infrastructure Needed (Optional)] ( #infrastructure-needed-optional )
112
+ - [ Ko Image Builder] ( #ko-image-builder )
113
+ - [ Kaniko Image Builder] ( #kaniko-image-builder )
107
114
<!-- /toc -->
108
115
109
116
## Release Signoff Checklist
0 commit comments