rootless-containers / usernetes

Kubernetes without the root privileges
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
Apache License 2.0
853 stars 58 forks source link

CI: add nerdctl #327

Open AkihiroSuda opened 3 months ago

AkihiroSuda commented 3 months ago

https://github.com/rootless-containers/usernetes/actions/runs/8627684028/job/23648119883?pr=327

Run make kubeadm-init
nerdctl compose exec -e U7S_HOST_IP=10.1.0.133 -e U7S_NODE_NAME=u7s-fv-az569-243 -e U7S_NODE_SUBNET=10.100.227.0/24 -e U7S_NODE_IP=10.100.227.100 node sh -euc "envsubst </usernetes/kubeadm-config.yaml >/tmp/kubeadm-config.yaml"
panic: provided file is not a console
AkihiroSuda commented 3 months ago

https://github.com/rootless-containers/usernetes/actions/runs/8627684028/job/23648119731?pr=327

nerdctl compose up --build -d
time="2024-04-10T07:41:28Z" level=fatal msg="getwd: no such file or directory"
make: *** [Makefile:69: up] Error 1
make: Leaving directory '/home/runner/usernetes'