docs: explain csi driver architecture and restructure docs#1268
Merged
lukasmetzner merged 2 commits intodocs-explain-sidecarsfrom Feb 26, 2026
Merged
docs: explain csi driver architecture and restructure docs#1268lukasmetzner merged 2 commits intodocs-explain-sidecarsfrom
lukasmetzner merged 2 commits intodocs-explain-sidecarsfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## docs-explain-sidecars #1268 +/- ##
=========================================================
+ Coverage 71.52% 71.59% +0.06%
=========================================================
Files 17 17
Lines 1475 1475
=========================================================
+ Hits 1055 1056 +1
+ Misses 334 333 -1
Partials 86 86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apricote
approved these changes
Feb 24, 2026
Member
apricote
left a comment
There was a problem hiding this comment.
Looks good besides the one comment. I did not verify if the content of the split up pages equals the old content.
lukasmetzner
added a commit
that referenced
this pull request
Feb 26, 2026
This document is currently not indexed anywhere in our docs. So there is #1268 to address this in a separate PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not yet a move to https://diataxis.fr/.
I mainly want to have some sort of indexing for the two documents
how-to-import-volumes.mdandcsi-driver-architecture.md. This is currently hard to do nicely, as all our k8s docs are in one big README.md. For this reason, I moved all level two headings of the Kubernetes README.md into separate files. The content was not edited.Additionally, I restructured the root README.md a bit to be more consistent with other k8s repositories.