Commit 5e73564
## Summary
Addresses the four post-merge review comments left by @austingreco on
#1026 after it was already merged.
- **`ingester-internals.md`**: Added an overview paragraph before
"Finalizer Implementation" explaining what the ingester is, restoring
context that existed in the old `ingester-design.md`
- **`ingester-configuration.md`**: Restored the full Pre-Existing
Objects trade-off — explains orphan rows left behind when `kubectl
delete` is used on objects without the finalizer, and documents both
mitigations (backfill controller + API Server path), not just the
workaround
- **`notifications.md`**: Added a missing `## Enabling Notification
Delivery` section that fixes three broken anchor links across the file
(in the `:::caution` block, the `:::tip`, and Troubleshooting)
- **`notifications.md`**: Removed the "Reference Files" section pointing
users to internal Go source files — moved that context into the new
operator-facing section above
## Test plan
- [ ] Verify anchor links resolve: `#enabling-notification-delivery`
appears three times in `notifications.md` and should now point to the
new section
- [ ] Confirm `ingester-internals.md` opens with an overview before
jumping into finalizer details
- [ ] Confirm `ingester-configuration.md` Pre-Existing Objects section
explains the orphan row consequence and both mitigations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Austin Greco <austingreco@gmail.com>
Co-authored-by: Austin Greco <agreco@uber.com>
1 parent 3ea7c43 commit 5e73564
3 files changed
Lines changed: 26 additions & 9 deletions
File tree
- docs
- contributing
- operator-guides
- user-guides
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
224 | 230 | | |
225 | 231 | | |
226 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
210 | 217 | | |
211 | 218 | | |
212 | 219 | | |
| |||
0 commit comments