Add Longhorn persistent storage with Talos system extensions#25
Merged
winlinuxmatt merged 2 commits intoDec 22, 2025
Merged
Conversation
- Updated Talos image to use custom schematic with iscsi-tools and util-linux-tools extensions - Removed VIP configuration due to network mismatch (192.168.3.x vs 10.0.0.x) - Configured Longhorn with NodePort UI access on port 30080 - Applied privileged pod security to longhorn-system namespace - Removed /dev/vdb references for manual disk configuration - Added comprehensive Longhorn setup documentation - Verified ext-iscsid service running on all nodes - All Longhorn pods running and storage classes created successfully
- Removed cp_vip variable declaration from variables.tf - Variable was unused after VIP configuration removal - Fixes tflint warning: terraform_unused_declarations
winlinuxmatt
added a commit
that referenced
this pull request
Dec 22, 2025
- Deleted templates/cpnetwork.yaml.tmpl (no longer used after VIP removal) - Updated README directory structure to remove reference to deleted file - Cleanup following VIP configuration removal in PR #25
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.
Summary
This PR adds Longhorn distributed block storage to the Talos Kubernetes cluster with all necessary system extensions and configurations.
Changes
Verification
Testing
Verified on 6-node cluster (3 control plane + 3 worker nodes) running Talos Linux with Cilium CNI.