• Kubernetes Submit Queue's avatar
    Merge pull request #46646 from rickypai/rpai/add_container_runtime_version_to_node_wide_printer · 4a1d95ef
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 47403, 46646, 46906, 46527, 46792)
    
    add ContainerRuntimeVersion to `kubectl get nodes -o=wide` output
    
    **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 information
    
    When 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**:
    ```release-note
    container runtime version has been added to the output of `kubectl get nodes -o=wide` as `CONTAINER-RUNTIME`
    ```
    4a1d95ef
Name
Last commit
Last update
..
internalversion Loading commit data...
storage Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
common.go Loading commit data...
customcolumn.go Loading commit data...
customcolumn_test.go Loading commit data...
humanreadable.go Loading commit data...
humanreadable_test.go Loading commit data...
interface.go Loading commit data...
json.go Loading commit data...
jsonpath.go Loading commit data...
name.go Loading commit data...
printers.go Loading commit data...
tabwriter.go Loading commit data...
template.go Loading commit data...
versioned.go Loading commit data...