-
Notifications
You must be signed in to change notification settings - Fork 2
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
Resuming a v2 session with public cloud storage does not work #424
Comments
One part of this problem is that if there is an old session that has been started prior to the changes we made in SwissDataScienceCenter/csi-rclone#20 Then the PV looks like this:
But the new code looks for the field The failure message in the k8s pod events is the something like this:
EDIT: This problem should be addressed in SwissDataScienceCenter/csi-rclone#32. The problem originally reported in this issue is similar but occurs when a session is launched without a secret. This is really strange and should be examined further. |
I was under the impression that when we use a public bucket then there is no secret used in the mounting of the csi rclone volume at all. But this is not the case. Even when the bucket is public there is a secret associated with it which holds the whole rclone config. So the error that showed up recently for a private bucket is the same as the one originally reported. And with the release of version 0.3.3 of the csi rclone plugin this should not occur anymore at all. |
It seems that when the session resumes we require cloud storage credentials.
We should also check the case when the session is started with cloud storage with credentials and the session is resumed.
See https://swiss-data-science.slack.com/archives/C67N59QL8/p1727166607703479
The text was updated successfully, but these errors were encountered: