mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Mark NodeNotReady for docker version below 1.6.2
This commit is contained in:
@@ -31,8 +31,6 @@ type containerID struct {
|
||||
appName string // Name of the app in that pod.
|
||||
}
|
||||
|
||||
const RktType = "rkt"
|
||||
|
||||
// buildContainerID constructs the containers's ID using containerID,
|
||||
// which consists of the pod uuid and the container name.
|
||||
// The result can be used to uniquely identify a container.
|
||||
|
||||
Reference in New Issue
Block a user