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
Could you check the following things for me to debug?
the container's kernel arch (x64 or aarch64)
The m1 version I built can only run on the aarch64 kernel. You can tweak the build.sh, or maybe I can update the script later.
if the pod is runing using read-only root fs
The apf needs the root to be writable, as it need to copy a small binary into the container.
Hello
I have mac on Apple Silicon M1. When I try to run apf I get en error
apf -r 9003 -k namespace/pod
panic: Failed to establish manager stream: EOF
goroutine 1 [running]:
main.main()
/home/runner/work/autoportforward/autoportforward/cmd/apf/apf.go:123 +0xe8c
The text was updated successfully, but these errors were encountered: