Recreate pod sandbox when the sandbox does not have an IP address.

This commit is contained in:
Casey Davenport
2017-07-14 17:14:16 -07:00
parent 98ed5dd8a2
commit be5cd7fed2
2 changed files with 7 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ func (g *GenericPLEG) updateRelisTime(timestamp time.Time) {
}
// relist queries the container runtime for list of pods/containers, compare
// with the internal pods/containers, and generats events accordingly.
// with the internal pods/containers, and generates events accordingly.
func (g *GenericPLEG) relist() {
glog.V(5).Infof("GenericPLEG: Relisting")