kubernetes/pkg/controller/statefulset
Kubernetes Submit Queue 87e2db8089
Merge pull request #55316 from tnozicka/statefulset-report-event-on-pod-recreate
Automatic merge from submit-queue (batch tested with PRs 55316, 57934). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Make StatefulSet report an event when recreating failed pod

When StatefulSet finds any of its pods in phase Failed it will delete it and create it again. While doing so it will emit delete+create event which is really confusing for the user as he has no idea what's happening.

Fixes https://github.com/kubernetes/kubernetes/issues/58082
2018-01-10 06:31:58 -08:00
..
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
OWNERS Remove kargakis from OWNERS, add tnozicka 2017-09-19 11:05:23 +02:00
stateful_pod_control_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
stateful_pod_control.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
stateful_set_control_test.go Make StatefulSet report an event when recreating failed pod 2017-11-09 12:23:37 +01:00
stateful_set_control.go Make StatefulSet report an event when recreating failed pod 2017-11-09 12:23:37 +01:00
stateful_set_status_updater_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
stateful_set_status_updater.go controllers: simplify deepcopy calls 2017-08-29 19:21:24 +02:00
stateful_set_test.go Make StatefulSet report an event when recreating failed pod 2017-11-09 12:23:37 +01:00
stateful_set_utils_test.go Adds the statefulset.kubernetes.io/pod-name label allowing users to 2017-11-20 09:13:07 -08:00
stateful_set_utils.go Adds the statefulset.kubernetes.io/pod-name label allowing users to 2017-11-20 09:13:07 -08:00
stateful_set.go Merge pull request #55316 from tnozicka/statefulset-report-event-on-pod-recreate 2018-01-10 06:31:58 -08:00