docs: add Dell PowerStore CSI installation guide#619
Merged
talos-bot merged 3 commits intoJun 25, 2026
Conversation
rothgar
reviewed
Jun 24, 2026
rothgar
approved these changes
Jun 24, 2026
| helm install csi-powerstore ./csi-powerstore -n csi-powerstore --values my-powerstore-values.yaml | ||
| ``` | ||
|
|
||
| ## Step 7: Verify the installation |
Member
There was a problem hiding this comment.
i do not understand why the formatting is grey on this one, please check to make sure something is not off
Member
Author
Iheanacho-ai
approved these changes
Jun 24, 2026
Member
Author
|
/m |
|
@kevintijssen merge was not performed: merge: fatal: Not possible to fast-forward, aborting. |
Add a new Kubernetes guide covering installation and configuration of the Dell PowerStore CSI driver on a Talos Linux cluster over NVMe/TCP. The guide documents the required Talos system extensions, namespace and secret setup, StorageClass creation, Helm values customization including the multipath.conf workaround for Talos v1.13 and earlier, and verification steps. Also wire the new page into the CSI navigation in kubernetes-guides.yaml and the generated docs.json. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
Co-authored-by: Justin Garrison <justinleegarrison@gmail.com> Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
Replace the inline markdown link with a JSX anchor so the `release` variable is interpolated correctly into the Talos Image Factory URL. Also import `release` from the custom variables snippet alongside `version` so the schematic link renders against the current Talos release. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
d609685 to
67b2976
Compare
Member
Author
|
/m |
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.

Add a new Kubernetes guide covering installation and configuration of the Dell PowerStore CSI driver on a Talos Linux cluster over NVMe/TCP. The guide documents the required Talos system extensions, namespace and secret setup, StorageClass creation, Helm values customization including the multipath.conf workaround for Talos v1.13 and earlier, and verification steps. Also wire the new page into the CSI navigation in kubernetes-guides.yaml and the generated docs.json.