mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
Automatic merge from submit-queue Delete evicted pet If pet was evicted by kubelet - it will stuck in this state forever. By analogy to regular pod we need to re-create pet so that it will be re-scheduled to another node, so in order to re-create pet and preserve consitent naming we will delete it in petset controller and create after that. fixes: https://github.com/kubernetes/kubernetes/issues/31098 |
||
|---|---|---|
| .. | ||
| fakes.go | ||
| identity_mappers.go | ||
| identity_mappers_test.go | ||
| iterator.go | ||
| iterator_test.go | ||
| pet.go | ||
| pet_set.go | ||
| pet_set_test.go | ||
| pet_set_utils.go | ||