mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 23:26:01 +03:00
[GH-ISSUE #80] Can't export report in k8s #68
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hungthai1401 on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/80
What happened? / 发生了什么?
When execute by
zg traceorzg report, I have gotten error: 'trace' must be run inside the Docker container.The proxy runs exclusively in Docker.
Use docker exec zerogravity zg trace to run it inside the container.
Or use zg docker-init to set up Docker if you haven't already.
How to reproduce / 如何复现
Serve zg in simple pod and execute in that pod
Diagnostic Report / 诊断报告
Additional Context / 补充信息
No response
@LibertX commented on GitHub (Feb 26, 2026):
Was about to open the same issue for Podman:
@NikkeTryHard commented on GitHub (Feb 27, 2026):
Fixed in PR #179 (private repo).
Container detection now covers Docker, Podman, Kubernetes, containerd, and CRI-O — not just Docker. The
zg traceandzg reportcommands will work correctly in any of these runtimes.Will be included in the next release.