Akihiro Suda

Results 366 issues of Akihiro Suda

Currently, `sudo nerdctl rm ` shows rootless containers, but this should show rootful containers.

enhancement
help wanted
area/bash-completion

> "10.0.0.0/8" shouldn't be hardcoded. > But you may add a documentation about this and call it a day. > >Eventually, this should be passed from (equivalent of ) `nerdctl...

area/rootless
area/bypass4netns

```console $ nerdctl --version nerdctl version 0.12.1-58-g757f823 $ nerdctl run -d --name nginx -p 8080:80 nginx:alpine 5debf438f4632aaf6346d022b8a98c89c36b03e729f21f5e3f89b718a370f2da $ nerdctl stop nginx nginx $ lsof -i -P COMMAND PID USER FD...

bug
area/rootless

With the upcoming bypass4netns integration, rootless containers no longer needs to be slowed down with slirp, however, the puller and the pusher are still slowed down. We should now look...

area/rootless
expert
area/performance

``` === CONT TestRunCopyingUpInitialContentsShouldNotResetTheCopiedContents run_mount_linux_test.go:219: assertion failed: expression is false: res.ExitCode == exitCode: time="2022-01-31T05:22:17Z" level=warning msg="failed to delete task 102220fedb04ec3e793f1e52ca51049eb29b9adce460827e46e19719dfab32c0" error="unknown error after kill: runc did not terminate successfully: exit...

area/ci

``` ERROR: failed to do request: Head "https://ghcr.io/v2/stargz-containers/alpine/manifests/3.13-org": dial tcp: lookup ghcr.io on 10.0.2.3:53: read udp 10.0.2.100:50602->10.0.2.3:53: i/o timeout ``` Intermittently happens with rootless CI (slirp4netns). Observed on both GHA...

bug
help wanted
area/rootless
area/ci

``` === RUN TestCompletion completion_linux_test.go:31: assertion failed: Command: /usr/local/bin/nerdctl --namespace=nerdctl-test __complete --snapshotter ExitCode: 0 Stdout: :1 Stderr: Completion ended with directive: ShellCompDirectiveError Failures: Expected stdout to contain "native\n" --- FAIL:...

area/ci

etcd and kube-{apiserver,scheduler,controller-manager} do not require privileges and should be executed as a plain old rootless user without nsentering into RootlessKit's USER+MNT+NET namespaces.

enhancement
area/scripts

help wanted
area/kubernetes
priority/low