Skip to content

Conversation

@shanduur
Copy link
Member

@shanduur shanduur commented Nov 19, 2025

Add new volume type for managing external volume mounts - e.g. NFS or Virtiofs volumes

Fixes #10995

Signed-off-by: Mateusz Urbanek [email protected]

// NFSMountConfig defines the interface to access NFS mount configuration.
type NFSMountConfig interface {
Version() string
Addr() optional.Optional[net.IP]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we also support dns names?

const (
NFSVersionType4_2 NFSVersionType = iota // 4.2
NFSVersionType4_1 // 4.1
NFSVersionType4 // 4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the comments right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, it's far from being done. I just wanted to checkpoint the work :D

@shanduur shanduur force-pushed the external-volumes branch 7 times, most recently from 89716f5 to e010ef0 Compare November 20, 2025 21:05
Add new volume type for managing external volume mounts - e.g. NFS or Virtiofs volumes

Signed-off-by: Mateusz Urbanek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Do

Development

Successfully merging this pull request may close these issues.

CustomMountConfig: support for custom mounts

2 participants