https://rancher.com/ logo
m

mysterious-potato-12169

11/12/2022, 5:40 PM
Even running ``CONTAINERD_NAMESPACE=k8s.io nerdctl info` in the terminal shows the default namespace. This is essentially my current solution.
Copy code
LIMA_HOME="$HOME/Library/Application Support/rancher-desktop/lima" "${scriptdir}/../lima/bin/limactl" shell 0 sudo --preserve-env=CONTAINERD_ADDRESS CONTAINERD_NAMESPACE="${CONTAINERD_NAMESPACE:-default}" nerdctl "$@"
4 Views