leigh capili

Results 150 comments of leigh capili

@rosti, shall we tag this /w 1.16 and update KEP #1104?

This is probably also applicable to `helm test`

Cool question @keirlawson, Yes, unless you're using an HPA on some appropriate metric that achieves your split for your Consumer Canary Deployment, the split will be 50/50. It might be...

It's worth noting that TrafficSplit is useful for directing and shaping traffic independent of how many Pods there are. It sounds like you're specifically trying to solve progressive rollout based...

Thanks for this. This was a good way to try this setup out. Seems to run rather slow on my mac, even with a large docker VM. `docker run -it...

@sophy228 hi :wave: -- yes I have a set of working patches for all runc, dockerd, containerd, and cadvisor (kubelet dependency) I don't like how they're all variations of the...

@jifalops I was working on this from an android perspective. My understanding is the ChromeOS issue is similar. I had to patch runc, containerd, dockerd, and the kubelet's cadvisor in...

@derrickburns, this may not be an acceptable trade-off, but you can mark Secrets and ConfigMaps as optional. See `SecretVolumeSource` from v1 core: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#secretvolumesource-v1-core It's the subType that's used for `pod.spec.volumes`...

I agree -- there are several paths for multi-cluster topologies. We should help folks looking to do multi-cluster understand the concepts that can compose for their environment: - single repo...