-
Notifications
You must be signed in to change notification settings - Fork 40k
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
move columns into wide option to make result more readable #20557
move columns into wide option to make result more readable #20557
Conversation
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
PR needs rebase |
Labelling this PR as size/L |
cc @janetkuo |
var replicationControllerColumns = []string{"CONTROLLER", "CONTAINER(S)", "IMAGE(S)", "SELECTOR", "REPLICAS", "AGE"} | ||
var jobColumns = []string{"JOB", "CONTAINER(S)", "IMAGE(S)", "SELECTOR", "SUCCESSFUL"} | ||
var serviceColumns = []string{"NAME", "CLUSTER_IP", "EXTERNAL_IP", "PORT(S)", "SELECTOR", "AGE"} | ||
var replicationControllerColumns = []string{"CONTROLLER", "REPLICAS", "AGE"} |
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.
Please rebase. Deployment columns are now:
var deploymentColumns = []string{"NAME", "DESIRED", "CURRENT", "UP-TO-DATE", "AVAILABLE", "AGE"}
As suggested by @Kargakis, please display DESIRED and CURRENT rather than just REPLICAS for ReplicationController.
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.
It could be done in a separate PR, but DESIRED and CURRENT would be nice to have for DaemonSet also.
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.
Ok, I will open a separate PR to add DESIRED and CURRENT to ReplicationController and DaemonSet as soon as possible.
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.
@bgrant0607 I will open a separate PR to add DESIRED and CURRENT to ReplicationController and DaemonSet later.
Ok, I will do it now |
ddac553
to
0377f4f
Compare
034b786
to
8bb7b3d
Compare
var replicationControllerColumns = []string{"CONTROLLER", "CONTAINER(S)", "IMAGE(S)", "SELECTOR", "REPLICAS", "AGE"} | ||
var jobColumns = []string{"JOB", "CONTAINER(S)", "IMAGE(S)", "SELECTOR", "SUCCESSFUL"} | ||
var serviceColumns = []string{"NAME", "CLUSTER-IP", "EXTERNAL-IP", "PORT(S)", "SELECTOR", "AGE"} | ||
var replicationControllerColumns = []string{"CONTROLLER", "REPLICAS", "AGE"} |
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.
While on this, can you rename REPLICAS to DESIRED and add CURRENT to show rc.status.replicas?
cc: @bgrant0607
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.
We do want that change, but a separate PR is fine.
@bgrant0607 |
1 similar comment
@bgrant0607 |
GCE e2e build/test failed for commit 8bb7b3db1320466997f8a8f4753e95dc3dc8b100. |
For log, this case failed:
|
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
add to whitelist |
@adohe Please rebase. We'll try to get this merged. |
GCE e2e test build/test passed for commit 8bb7b3db1320466997f8a8f4753e95dc3dc8b100. |
it's ok to update the ReplicaSet but I am afraid I have to update this three days later since I am on the new year holiday |
ReplicaSet has merged. |
@bgrant0607 I am still on the holiday and will update this the day after tomorrow sorry about the late. |
@adohe No problem. I was just letting you know. |
8bb7b3d
to
53d4b15
Compare
GCE e2e test build/test passed for commit 53d4b15. |
LGTM, thanks! |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 53d4b15. |
@bgrant0607 the
This just blocks this PR get merged. |
GCE e2e test build/test passed for commit 53d4b15. |
@bgrant0607 yes, I just re-run the unit tests. First I ran
I think both of these are related with DNS. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 53d4b15. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Fixes #19775