Skip to content

Commit bbb0757

Browse files
authored
Runbooks: Clarify that container being used to copy files must still be running (#10312)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
1 parent 3ad0934 commit bbb0757

File tree

1 file changed

+2
-0
lines changed
  • docs/sources/mimir/manage/mimir-runbooks

1 file changed

+2
-0
lines changed

docs/sources/mimir/manage/mimir-runbooks/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,8 @@ For example, you can create a tar of the path you are interested in, and then ex
28762876
kubectl --namespace mimir exec compactor-0 -c mimir-debug-container -- tar cf - "/proc/1/root/etc/cortex" | tar xf -
28772877
```
28782878

2879+
Note that the container that you're copying files from must still be running. If you have already exited your debugging container before, that container has stopped, and it cannot be used to copy files. In that case you need to start a new container.
2880+
28792881
## Cleanup and Limitations
28802882

28812883
One downside of using [ephemeral containers](https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/#understanding-ephemeral-containers)

0 commit comments

Comments
 (0)