Kubernetes Submit Queue
acca01bcc2
Merge pull request #44939 from sjenning/adjust-logging
...
Automatic merge from submit-queue
don't HandleError on container start failure
Failing to start containers is a common error case if there is something wrong with the container image or environment like missing mounts/configs/permissions/etc. Not only is it common; it is reoccurring as backoff happens and new attempts to start the container are made. `HandleError` it too verbose for this very common situation.
Replace `HandleError` with `glog.V(3).Infof`
xref https://github.com/openshift/origin/issues/13889
@smarterclayton @derekwaynecarr @eparis
2017-04-27 19:36:23 -07:00
..
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-20 16:27:32 -07:00
2017-04-14 10:40:57 -07:00
2017-04-18 10:43:56 +08:00
2017-04-14 10:40:57 -07:00
2017-04-17 11:38:11 -07:00
2017-04-17 19:59:16 -07:00
2017-04-14 14:25:11 -07:00
2017-04-26 23:00:39 -05:00
2017-04-14 14:25:11 -07:00
2017-04-14 10:40:57 -07:00
2017-04-26 17:40:30 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-17 11:38:11 -07:00
2017-01-05 14:14:13 -08:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-21 11:52:07 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-17 11:38:11 -07:00
2017-04-17 15:39:07 -07:00
2017-04-14 10:40:57 -07:00
2017-04-26 15:48:12 -07:00
2017-04-17 20:06:59 -07:00
2017-01-20 08:28:49 -08:00
2017-04-14 10:40:57 -07:00
2017-04-27 09:41:53 -07:00
2017-04-17 11:38:11 -07:00
2017-04-14 14:25:11 -07:00
2017-04-25 06:25:21 +08:00
2017-04-14 10:40:57 -07:00
2017-04-18 11:21:37 +08:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-04-17 11:38:11 -07:00
2017-03-16 10:21:44 -07:00
2017-01-11 09:09:48 -05:00
2017-03-16 10:21:44 -07:00
2017-01-24 18:40:49 +00:00
2017-03-16 10:21:44 -07:00
2017-01-17 13:18:26 +00:00
2017-03-16 10:21:44 -07:00
2017-04-14 14:25:11 -07:00
2017-04-24 12:33:45 -07:00
2017-01-24 18:40:49 +00:00
2017-04-24 12:33:45 -07:00
2017-02-27 21:24:44 -08:00
2017-04-17 11:38:11 -07:00
2017-03-28 20:20:21 -04:00
2017-03-16 10:21:44 -07:00
2017-02-28 14:32:07 +01:00
2017-04-18 10:43:56 +08:00
2017-02-08 09:35:04 -08:00
2017-03-16 10:21:44 -07:00
2017-01-31 19:15:33 -05:00
2017-01-19 11:04:57 -08:00
2017-01-11 09:09:48 -05:00
2017-01-31 19:14:13 -05:00
2017-02-27 10:59:24 -08:00
2017-01-11 09:09:48 -05:00
2017-01-11 09:09:48 -05:00
2017-02-15 08:44:03 -08:00
2016-11-23 15:53:09 -08:00
2017-01-10 16:34:00 -08:00
2016-11-23 15:53:09 -08:00
2017-01-23 16:10:01 +01:00