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
Is your improvement request related to a problem? Please describe.
In a Kubernetes environment with a large number of KubeBlocks clusters, the output of the kbcli cluster list -A command is not very intuitive.
Currently, the first sorting is based on namespace, and the second sorting is based on the dictionary order of cluster name.
Describe the solution you'd like
It is suggested to sort based on the following priorities:
namespace
cluster definition
version
status
cluster name in dictionary order.
Additionally, better to add the --status option for filtering to display clusters with specific status.
Additional context
kbcli version info:
~ kbcli version
Kubernetes: v1.28.3-aliyun.1
KubeBlocks: 0.9.1-beta.25
kbcli: 0.9.0
WARNING: version difference between kbcli (0.9.0) and kubeblocks (0.9.1-beta.25)
The text was updated successfully, but these errors were encountered:
Is your improvement request related to a problem? Please describe.
In a Kubernetes environment with a large number of KubeBlocks clusters, the output of the
kbcli cluster list -A
command is not very intuitive.Currently, the first sorting is based on
namespace
, and the second sorting is based on the dictionary order of clustername
.Describe the solution you'd like
It is suggested to sort based on the following priorities:
Additionally, better to add the
--status
option for filtering to display clusters with specific status.Additional context
kbcli version info:
The text was updated successfully, but these errors were encountered: