Manuel LEVEUGLE

Results 2 issues of Manuel LEVEUGLE

Hello, I would like run a container with an unknown user (by --user UID) but i need to create this user at runtime Dockerfile: ``` FROM alpine:latest RUN /bin/echo 'root:root'...

Hello all, I have fresh install of kubeadm cluster > kubeadm version: &version.Info{Major:"1", Minor:"29", GitVersion:"v1.29.3", GitCommit:"6813625b7cd706db5bc7388921be03071e1a492d", GitTreeState:"clean", BuildDate:"2024-03-15T00:06:16Z", GoVersion:"go1.21.8", Compiler:"gc", Platform:"linux/amd64"} I'm trying to control coredns with this chart helm,...