kubernetes/pkg/kubelet/prober
Andy Goldstein 51251ef5c1 Skip probe if container ID not yet set
If the container status exists but the container hasn't been created yet, it won't have an ID.
Have the probe wait for a valid status if the container ID is not yet set; otherwise, you'll see the
following cryptic log message from runtime.go: invalid container ID: "".
2016-02-23 15:32:13 -05:00
..
results Change pod in probe update to pod uid. 2016-02-12 05:02:31 +00:00
fake_manager.go Expose Start method, don't call in constructor 2015-12-09 10:58:15 -08:00
manager_test.go Change pod in probe update to pod uid. 2016-02-12 05:02:31 +00:00
manager.go Change pod in probe update to pod uid. 2016-02-12 05:02:31 +00:00
prober_test.go Add httpHeaders to httpGet liveness probe 2016-02-05 11:20:04 -05:00
prober.go Add httpHeaders to httpGet liveness probe 2016-02-05 11:20:04 -05:00
testing.go generate fake client for release_1_2 2016-02-17 16:10:02 -08:00
worker_test.go generate fake client for release_1_2 2016-02-17 16:10:02 -08:00
worker.go Skip probe if container ID not yet set 2016-02-23 15:32:13 -05:00