Hello, I deployed Spicedb to eks, the exec command doesn't work, I used the command below, how can I access the pod?
kubectl exec -it pod/[spicedb_pod] -- sh
OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown
I'm getting exit code 78, so I'd like to see some logs.