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
Describe the solution you'd like
Ephemeral volumes are supported in Portworx 2.6+ and in Kubernetes since 1.16+ ( see blog
Kubernetes has no way to track these volumes, but pxc can track them.
There are two main areas that they could show up:
When kubectl pxc volume list is shown, the Pod column should show the pod using it (currently it is empty) and there could also be an Ephemeral (True/False) column. This extra column on could be on -o wide.
There could be a kubectl pxc ephemeral-volume list which shows only ephemeral volume information and columns (or kubectl pxc volume list --ephemeral=true|false|only
Information which Pod is using the ephemeral volume is available in the lables:
$ kk pxc volume list
Name Size HA Shared Status State Pods
---- ---- -- ------ ------ ----- ----
csi-e8fc5085a63465c05b68a07a2f73b1131e66dde1d9b0e7d35e044757f972ede7 2.0 GiB 1 false UP on ip-70-0-98-13.brbnca.spcsdns.net
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Ephemeral volumes are supported in Portworx 2.6+ and in Kubernetes since 1.16+ ( see blog
Kubernetes has no way to track these volumes, but pxc can track them.
There are two main areas that they could show up:
kubectl pxc volume list
is shown, thePod
column should show the pod using it (currently it is empty) and there could also be an Ephemeral (True/False) column. This extra column on could be on-o wide
.kubectl pxc ephemeral-volume list
which shows only ephemeral volume information and columns (orkubectl pxc volume list --ephemeral=true|false|only
Information which Pod is using the ephemeral volume is available in the lables:
Sample volume list with an ephemeral volume
The text was updated successfully, but these errors were encountered: