jdef
jdef
This model first-classes the "group" concept as a thing w/ its own metadata. Is that really needed? Does CSI really care about group metadata? If so, why? What if the...
I'm trying to understand the leap, from volume lifecycle mgmt to group lifecycle mgmt. Why does a CO need to explictly create or modify or destroy groups? Can't a CO...
> some else added a comment on [kubernetes/kubernetes#94398](https://github.com/kubernetes/kubernetes/pull/94398) > but later deleted it: > > ``` > when use method CreateJoinControlPlaneKubeConfigFiles with controlPlaneEndpoint like apiserver.cluster.local to generate config files. and...
> fix for 1.19.2 is here: > [kubernetes/kubernetes#94890](https://github.com/kubernetes/kubernetes/pull/94890) 1.19.2 is already out. So this fix will target 1.19.3, yes?
/remove-lifecycle stale On Tue, Nov 22, 2022, 1:50 PM Kubernetes Triage Robot < ***@***.***> wrote: > The Kubernetes project currently lacks enough contributors to adequately > respond to all issues...
Ideally the go.mod version would reflect the minimum that we support. So, yes, that's a factor to some degree. But we don't need to build with that version necessarily. GitHub...
A matrix will be problematic with respect to generated code: the pb.go will drift across Go versions. Let's start by pinning a single version... On Fri, Mar 10, 2023, 12:13...
.. i'm seeing this in a cluster w/ static pods, where the mirror pod created in apiserver is created by k8s as a combination of the name of the pod...
it looks like the "pod name" in question here is derived from the envvar `POD_NAME`, which refers to the name of the gatekeeper pod. and we've been running gatekeeper in...