We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have 29 PVs, however the dashboard will only list the first 10 (regardless of pagination).
Dashboard version: 1.4.2 (gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2) Kubernetes version: hyperkube-v1.4.5_coreos.0 Operating system: CoreOS (stable)
This issue also occurred with: v1.4.0
Have more than 10 PVs and load the list.
List all defined PVs while respecting the pagination settings.
As an aside, the dashboard is correctly showing all 11 Persistent Volume Claims.
The text was updated successfully, but these errors were encountered:
That's a serious problem. Thanks for reporting it. I'll investigate.
Sorry, something went wrong.
Fix pagination for persistent volumes
8b6cb84
Fixes kubernetes#1422
Fix pagination for persistent volumes (#1425)
9132474
Fixes #1422
Fix will be available in next release.
@bryk Thank you!
bryk
No branches or pull requests
Issue details
We have 29 PVs, however the dashboard will only list the first 10 (regardless of pagination).
Environment
This issue also occurred with: v1.4.0
Steps to reproduce
Have more than 10 PVs and load the list.
Expected result
List all defined PVs while respecting the pagination settings.
As an aside, the dashboard is correctly showing all 11 Persistent Volume Claims.
The text was updated successfully, but these errors were encountered: