Darren Shepherd

Results 80 comments of Darren Shepherd

Are you using the k8s built into Docker Desktop or something else like kind, minikube, or k3d?

It looks like the error message getting generated is wrong. Is supposed to say what labels you need. I can look at that.

Thanks @thaJeztah, you're an encyclopedia of Docker PRs.

@shykes You already said no to this in https://github.com/docker/docker/pull/7523#issuecomment-59592874, but I'd like you to reconsider. We could use a special label for this, but just as you said you don't...

LOL, got a email notification about somebody talking about "locking" containers and was like, "I'm totally going to plus 1 that issue/PR." Come to find out, it's mine from 2...

@discordianfish Can you reproduce the issue with that latest v0.5.0 rc build? We have changed things in the area of metrics that may have fixed this. We haven't been able...

OpenAPI support does not exist in k3s atm. OpenAPI adds a huge amount of bloat so we are working on a solution here. Right now the openapi schema that k3s...

The reason why this is a bit difficult is that we download the config of the kubelet from the api server. To do this properly requires a bootstrap mode for...

I do think it's a reasonable request for "agent should start without server connectivity." If the server goes down and then you restart an agent it shouldn't be blocked. Supporting...

systemd cgroup driver is not supported because systemd will not allow statically linked binaries (which k3s is built on). The cgroups manager code needs something from systemd CGO so we...