-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement mount controller #9602
Comments
smira
added a commit
to smira/talos
that referenced
this issue
Nov 11, 2024
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status.
smira
added a commit
to smira/talos
that referenced
this issue
Dec 27, 2024
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status.
smira
added a commit
to smira/talos
that referenced
this issue
Jan 24, 2025
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status. Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Jan 28, 2025
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status. Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Feb 6, 2025
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status. Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Feb 6, 2025
Fixes siderolabs#9602 Aggregate incoming volume mount requests, reconcile them with volume status, perform actual mounting, and produce mount status. Signed-off-by: Andrey Smirnov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the code which does mount/unmount of volumes on request with a generic code which simply manages resources
MountRequest
and watches results (MountRequestStatus
)The text was updated successfully, but these errors were encountered: