area/node-e2earea/testhelp wantedneeds-triagepriority/backlogsig/node
Métriques du dépôt
- Stars
- (122 268 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
FilterNonRestartablePods (and the corresponding isNotRestartAlwaysMirrorPod) are confusing functions. Either these are buggy, or they need to be renamed with much more descriptive comments.
- Should non-mirror pods with a
RestartPolicy=Neverbe considered non-restartable? - What does this mean:
pods that will never get recreated if deleted after termination? Deleted pods will only be recreated if the controller decides to recreate them (in the case of mirror pods, the kubelet is the controller).
I'm missing too much context on the related tests to know what the right way of fixing this is. /help
/sig node /area test node-e2e