Erik Nobel

Results 10 comments of Erik Nobel

Hey @smorimoto , using checkout@v1 works for me! I know this is a question is related to an entirely different action and repo/project, but I hoped that you might have...

Thanks for that info, helped me understand the error more :). Since some people in this thread also mentioned the `summerwind/actions-controller`, I think the actual error message, in that case,...

@ItsReddi yeah that sounds familiar. I got this error while using the summerwind/actions-runner-controler, so my troubleshooting was pretty much limited to that project. I created an upstream PR in that...

@mumoshu how exactly would `rootless` solve the `Privileged` container issue? True, it does add additional security as we wouldn't have to run the container as root, but seccomp, AppArmor, and...

Kaniko only solves the issue of building images without needing root, right. Many people need the DinD stuff simply to run their workflow; unfortunate Actions is just lacking proper Kubernetes...

I don't know and at the same time I also don't want to give my opinion on this since it is a sensitive topic haha RE using 'kubectl run', you...

I am not entirely sure if I understand the context of using 'kubectl run' . If my job uses a container (container: image: xyz) then 'kubectl run' is not gonna...

@sudermanjr I have this disabled, my running config is the following: ``` Command: /goldilocks dashboard --exclude-containers=bla -v2 ```

@tomkerkhove decided to just tag you on this since you also reviewed my last PR. I would love to hear your opinion on this; thanks!

I do recognize that this is a breaking change, you want to support both for now?