You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/4603-tune-crashloopbackoff/README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,7 @@ know that this has succeeded?
279
279
node stability
280
280
* Provide a simple UX that does not require changes for the majority of
281
281
workloads
282
+
* <<[UNRESOLVED]>> Must work for Jobs and sidecar containers <<[/UNRESOLVED]>>
282
283
283
284
### Non-Goals
284
285
@@ -610,9 +611,26 @@ does during pod restarts.
610
611
> What conditions lead to a re-download of an image? I wonder if we can eliminate this, or if that's too much of a behavior change.
611
612
> Similar question for image downloads. Although in this case, I think the kubelet should have an informer for any secrets or configmaps used, so it should just pull from cache. Is that true for EnvVarFrom values?
612
613
>Does this [old container cleanup using containerd] include cleaning up the image filesystem? There might be room for some optimization here, if we can reuse the RO layers.
0 commit comments