kubernetes/pkg/controller/statefulset
ymmt 17af029bc5 do not create StatefulSet pods when PVC is being deleted
Pod with PVC will not be scheduled if the PVC is being deleted.
This can happen when the PVC has finalizers of storage plugins.

Such a pod becomes pending.  Unfortunately, after the finalizer
finishes and PVC is deleted, the pod remains pending forever.
The StatefulSet controller does nothing for this pending pod.

This commit prevents the StatefulSet controller from creating
such pods when PVC is to be deleted.
2020-08-17 22:50:42 +00:00
..
config Autogenerated code 2019-10-24 20:21:00 +02:00
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
stateful_pod_control_test.go do not create StatefulSet pods when PVC is being deleted 2020-08-17 22:50:42 +00:00
stateful_pod_control.go do not create StatefulSet pods when PVC is being deleted 2020-08-17 22:50:42 +00:00
stateful_set_control_test.go fix pkg/controller/statefulset staticcheck 2020-06-26 00:00:41 +08:00
stateful_set_control.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
stateful_set_status_updater_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
stateful_set_status_updater.go generated: run refactor 2020-02-08 12:30:21 -05:00
stateful_set_test.go fix pkg/controller/statefulset staticcheck 2020-06-26 00:00:41 +08:00
stateful_set_utils_test.go fix a bug that orphan revision cannot be adopted and sts cannot be synced 2020-01-08 17:56:41 +08:00
stateful_set_utils.go Remove some unused codes in stateful_set_utils.go 2019-09-21 22:24:48 +08:00
stateful_set.go fix pkg/controller/statefulset staticcheck 2020-06-26 00:00:41 +08:00