You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UPDATE from initial post]
When selecting a specific project in the console, the VS are shown correctly. When selecting "All Projects" nothing is displayed...
Context
Fresh install of OKD v4.17.0-okd-scos.0 - UPI baremetal...
After taking a volume snapshot of a PVC, the snapshot exists in OKD but the console does not show it in the VolumeSnapshotvue ("No VolumeSnapshots found") if the context is set to "All Projects", although theVolumeSnapshotContents page shows the corresponding "snapshot content" (those are not namespace bound)
From the VolumeSnapshotContents view, when choosing an entry and selecting the parent VolumeSnapshot, the details of the VolumeSnapshotis displayed
oc get VolumeSnapshot -Alists the Volume Snapshots in all projects...
The network request is that case is :
GET https://console-openshift-console.apps.<cluster domain>/api/kubernetes/apis/snapshot.storage.k8s.io/v1/namespaces/default/volumesnapshots?limit=250
It seems "namespaces/default" is incorrectly added to the query. As a comparison, for displaying the pods for all projects the query is:
GET https://console-openshift-console.apps.<cluster domain>/api/kubernetes/api/v1/pods?limit=250
install a CSI driver that supports VolumeSnapshsots
create a StorageClass and a VolumeSnapshotClass that uses the csi driver
create a PVC linked to the StorageClass
via the console or with a manifest, create a Snapshot with the VolumeSnapshotClass
console: Storage > VolumeSnapshots, Project: All Projects : "No VolumeSnaphots found"
console: Storage > VolumeSnapshotContents: see the snapshot content
Select the vsc, select the "VolumeSnapshot" link: Display the VolumeSnapshot details
oc get VolumeSnapshot -A: shows the VolumeSnapshot for all projects
console: Home > Search. Resources=VolumeSnapshots: "No VolumeSnapshots found"
The text was updated successfully, but these errors were encountered:
titou10titou10
changed the title
OKD v4.17.0-okd-scos.0 : The console does not show CSI Volume Snapshots
OKD v4.17.0-okd-scos.0 : The console does not show CSI Volume Snapshots for "All Projects"
Dec 21, 2024
[UPDATE from initial post]
When selecting a specific project in the console, the VS are shown correctly. When selecting "All Projects" nothing is displayed...
Context
Describe the bug
After taking a volume snapshot of a PVC, the snapshot exists in OKD but the console does not show it in the
VolumeSnapshot
vue ("No VolumeSnapshots found") if the context is set to "All Projects", although theVolumeSnapshotContents
page shows the corresponding "snapshot content" (those are not namespace bound)From the
VolumeSnapshotContents
view, when choosing an entry and selecting the parentVolumeSnapshot
, the details of theVolumeSnapshot
is displayedoc get VolumeSnapshot -A
lists the Volume Snapshots in all projects...The network request is that case is :
It seems "namespaces/default" is incorrectly added to the query. As a comparison, for displaying the pods for all projects the query is:
Version
OKD v4.17.0-okd-scos.0 UPI install on baremetal
csi-driver nfs v4.9.0 (https://github.com/kubernetes-csi/csi-driver-nfs)
How reproducible
oc get VolumeSnapshot -A
: shows the VolumeSnapshot for all projectsThe text was updated successfully, but these errors were encountered: