-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Find a way to display workspace ID in GCP Snapshots page #10186
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
Comments
We should be able to achieve by adding the flag However, the release v1.7.0 doesn't have the corresponding container image be released. We have to wait the upstream to release the v1.7.0 container image. |
Keep in mind that PVCs are ephemeral. They exist only as long as workspace is running. When workspace stops, PVC gets deleted and only Volume Snapshot will remain. |
@jenting is this still blocked, or did you mean for status to be something else? |
I'm waiting for the upstream to release the next container image, so I put into blocked status. |
@jenting can you also explore if it is possible to add |
If I remember correctly, there is no way currently. But we could improve code to upstream 😄 |
Which label are we preferred to add to filter the cost? I could think is the label to diffentiate the standard/XL cluster. |
Similar to what we do for VMs: |
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe
We want the GCP Snapshots page contains the information of workspace ID. So, it's convenient to see the snapshot belongs to which workspace ID.
Currently, the snapshot contains the PVC name only.

And the PVC contains the information as.
Although we could get the PVC name from snapshot first, and then get the workspace ID from description.
It'd be good if we could found the workspace ID directly from the snapshot.
Describe the behaviour you'd like
Display the workspace ID in snapshot either by description or label.
Describe alternatives you've considered
Manually check snapshot to get the PVC name, and then check the disks to find the workspace ID from the description.
Additional context
#7901
The text was updated successfully, but these errors were encountered: