Skip to content
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

[IMPROVEMENT] Enable Field Selectors for Longhorn CRDs #8584

Open
dgiebert opened this issue May 16, 2024 · 0 comments
Open

[IMPROVEMENT] Enable Field Selectors for Longhorn CRDs #8584

dgiebert opened this issue May 16, 2024 · 0 comments
Labels
kind/improvement Request for improvement of existing function priority/0 Must be fixed in this release (managed by PO) require/backport Require backport. Only used when the specific versions to backport have not been definied. require/doc Require updating the longhorn.io documentation require/manual-test-plan Require adding/updating manual test cases if they can't be automated
Milestone

Comments

@dgiebert
Copy link

Is your improvement request related to a feature?

Currently, the CRDs don't yet support selection based on fields, but this was introduced with KEP-4358

Describe the solution you'd like

Implement selectableFields so that commands can filter based on states, e.g.,
kubectl get volumes -n longhorn-system --field-selector status.robustness!=healthy,status.state==attached

@dgiebert dgiebert added kind/improvement Request for improvement of existing function require/backport Require backport. Only used when the specific versions to backport have not been definied. require/doc Require updating the longhorn.io documentation require/manual-test-plan Require adding/updating manual test cases if they can't be automated labels May 16, 2024
@derekbit derekbit added this to the v1.8.0 milestone May 16, 2024
@derekbit derekbit added the priority/0 Must be fixed in this release (managed by PO) label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement Request for improvement of existing function priority/0 Must be fixed in this release (managed by PO) require/backport Require backport. Only used when the specific versions to backport have not been definied. require/doc Require updating the longhorn.io documentation require/manual-test-plan Require adding/updating manual test cases if they can't be automated
Projects
Development

No branches or pull requests

2 participants