Skip to content

Commit 767def9

Browse files
committed
Transfer questions from PR to add to analysis section
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 01b431e commit 767def9

File tree

1 file changed

+7
-1
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+7
-1
lines changed

keps/sig-node/4603-tune-crashloopbackoff/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,13 @@ does during pod restarts.
605605
* Logs information about all those container operations (utilizing disk IO and
606606
“spamming” logs)
607607

608-
<<[UNRESOLVED add the rest of the analysis since 1.31]>> <<[/UNRESOLVED]>>
608+
```
609+
<<[UNRESOLVED add the rest of the analysis since 1.31 and answer these questions from original PR]>>
610+
> 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+
> 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+
>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.
613+
<<[/UNRESOLVED]>>
614+
```
609615

610616
### Benchmarking
611617

0 commit comments

Comments
 (0)