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
855 stars 58 forks source link

update components #233

Closed AkihiroSuda closed 3 years ago

AkihiroSuda commented 3 years ago

flaky test

2021-07-07T07:15:36.4052100Z + kubectl get nodes -o wide
2021-07-07T07:15:36.5376960Z NAME     STATUS   ROLES    AGE   VERSION             INTERNAL-IP   EXTERNAL-IP   OS-IMAGE                    KERNEL-VERSION            CONTAINER-RUNTIME
2021-07-07T07:15:36.5379530Z fedora   Ready    <none>   11s   v1.22.0-usernetes   10.0.42.100   <none>        Fedora 34 (Cloud Edition)   5.11.12-300.fc34.x86_64   containerd://1.5.0-199-g7eceeb950
2021-07-07T07:15:36.5394670Z + timeout 60 kubectl run --rm -i --image busybox --restart=Never hello echo hello
2021-07-07T07:15:38.3987530Z Error from server (Forbidden): pods "hello" is forbidden: error looking up service account default/default: serviceaccount "default" not found
2021-07-07T07:15:38.4025540Z + ERROR 'Pod is not ready.'