-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 ContainerRuntimeVersion to kubectl get nodes -o=wide
output
#46646
add ContainerRuntimeVersion to kubectl get nodes -o=wide
output
#46646
Conversation
Hi @rickypai. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
let me give a sample output:
in my case, this change makes the line length 156 characters for the title, and 154 characters for the information. |
@k8s-bot pull-kubernetes-unit test this |
I guess the question was for @fabianofranz |
1d5fe73
to
8c0c762
Compare
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
if I can get some eyes on this that'd be great. @kubernetes/sig-cli-pr-reviews |
@rickypai: Reiterating the mentions to trigger a notification: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks @rickypai! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabianofranz, rickypai Associated issue requirement bypassed by: fabianofranz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
can this be added to 1.7 milestone or wait for 1.8? |
/test pull-kubernetes-federation-e2e-gce |
Automatic merge from submit-queue (batch tested with PRs 47403, 46646, 46906, 46527, 46792) |
What this PR does / why we need it: adds container runtime version to
kubectl get nodes -o=wide
output as a way to surface more node-level informationWhen upgrading to a new container runtime version (docker 1.11 -> docker 1.12) or when experimenting with a different container runtime version (experimenting with rkt in a docker cluster), it's useful for cluster operators to see which nodes are running which container runtime version.
kubectl get nodes -o=wide
already provides kernel and OS version, and I believe adding container runtime version would be good.Release note: