Mark NodeNotReady for docker version below 1.6.2

This commit is contained in:
Dawn Chen
2015-10-21 13:04:10 -07:00
parent b691fd299c
commit a39e1e96dc
10 changed files with 197 additions and 10 deletions

View File

@@ -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.