Skip to content

Commit 9d3e6aa

Browse files
Tim Bannisterk8s-publishing-bot
Tim Bannister
authored andcommitted
Avoid using Docker Engine as example for container runtime
Docker Engine isn't directly compatible with recent Kubernetes. Kubernetes-commit: 539b6173e9129e44fbce731efc8d855bd80872e5
1 parent 24067bf commit 9d3e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4900,7 +4900,7 @@ type NodeSystemInfo struct {
49004900
KernelVersion string `json:"kernelVersion" protobuf:"bytes,4,opt,name=kernelVersion"`
49014901
// OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
49024902
OSImage string `json:"osImage" protobuf:"bytes,5,opt,name=osImage"`
4903-
// ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).
4903+
// ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
49044904
ContainerRuntimeVersion string `json:"containerRuntimeVersion" protobuf:"bytes,6,opt,name=containerRuntimeVersion"`
49054905
// Kubelet Version reported by the node.
49064906
KubeletVersion string `json:"kubeletVersion" protobuf:"bytes,7,opt,name=kubeletVersion"`

0 commit comments

Comments
 (0)