Tom Hayward

Results 29 comments of Tom Hayward

I'm having some trouble with `workflow_run` and hoping to chat with some other users about it. This issue is as close as I can find to a `workflow_run` users group!...

With two simple changes, #4 and #5, I got this working for my use case. 👍

Have you considered adding logic to the client to fall back to port 14580 if there is any problem on 24580? This would be backwards compatible, even for servers that...

We deploy multi-AZ Kubernetes clusters in AWS with kops. I enabled kubecost network cost allocation and was disappointed to see all our traffic attributed to internet egress. I expected Kubecost...

> We'll look to make this enhancement and upstream more of the subnet discovery, though there are some gotchas like additional permissions on our AWS key we'll need. Glad you...

I think a mutating admission controller might be a better way to inject the zone name into the cortex container arguments or environment. Surely there is an existing admission controller...

> @kd7lxl - there is one fundamental issue with the idea of using an admission controller: at the time the API request makes it through the controller, there is no...

> > The pod/binding event looked promising. Have you tried that? > > Couldn't find any "pod/binding" resource in the API reference. The [implementation of binding a pod to machine](https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/pod/storage/storage.go#L162)...

I agree that configmaps are not needed. Labeling the pod works just fine -- no need to create another resource. I wrote a little proof of concept here: https://gist.github.com/kd7lxl/1997a4d162bd49d4dbdb8f69506a1e01. It...

> if we like that we could do that in the rest of the chart in a separate PR. What do you think? That would be nice, but it will...