mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-02 07:45:25 -04:00
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` ``` |
||
|---|---|---|
| .. | ||
| internalversion | ||
| storage | ||
| .import-restrictions | ||
| BUILD | ||
| common.go | ||
| customcolumn.go | ||
| customcolumn_test.go | ||
| humanreadable.go | ||
| humanreadable_test.go | ||
| interface.go | ||
| json.go | ||
| jsonpath.go | ||
| name.go | ||
| OWNERS | ||
| printers.go | ||
| tabwriter.go | ||
| template.go | ||
| versioned.go | ||