-
Notifications
You must be signed in to change notification settings - Fork 499
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
Add more columns for tkctl get tikv #842
Add more columns for tkctl get tikv #842
Conversation
Here is the result the $ ./tkctl get tikv
NAME READY STATUS MEMORY CPU RESTARTS AGE STOREID
tidb-tikv-0 1/1 Running <none>/<none> <none>/<none> 1 8d 4
tidb-tikv-1 1/1 Running <none>/<none> <none>/<none> 1 8d 1
tidb-tikv-2 1/1 Running <none>/<none> <none>/<none> 1 8d 5
tidb-tikv-3 1/1 Running <none>/<none> <none>/<none> 0 16h 1001
tidb-tikv-4 1/1 Running <none>/<none> <none>/<none> 0 16h 1002
tidb-tikv-5 1/1 Running <none>/<none> <none>/<none> 0 12h 1003
tidb-tikv-6 1/1 Running <none>/<none> <none>/<none> 0 164m 1006
tidb-tikv-7 1/1 Running <none>/<none> <none>/<none> 0 164m 1037
tidb-tikv-8 1/1 Running <none>/<none> <none>/<none> 0 163m 1038 |
@aylei PTAL |
/run-e2e-in-kind |
Co-Authored-By: weekface <weekface@gmail.com>
Co-Authored-By: weekface <weekface@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
/run-e2e-in-kind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-test |
@xiaojingchen kind4 is not working now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-e2e-in-kind |
/run-e2e-test |
* en: Improve self-hosted k8s deployment * Update deploy-tidb-operator.md * Update deploy-tidb-operator.md * Update prerequisites.md * Apply suggestions from code review Co-authored-by: Ran <huangran@pingcap.com> Co-authored-by: Ran <huangran@pingcap.com>
What problem does this PR solve?
add storeid column for tkctl when type get tikv
#564
What is changed and how does it work?
Add type alias for
Tikv v1.Pod
and registered 2 new printer handlers so thattkctl
will only addSTOREID
column whentkctl get tikv
onlyCheck List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: