Juliano Solanho

Results 21 comments of Juliano Solanho

Same problem here. Seems like it used to work in some older version before `li` tags were position: absolute.

It's out! I will probably still need to map orders to parse datetimes using Timex, so I'm not sure I should use it.

I didn't know this error message had helpful hints on what you did wrong, because I've been seeing it without colors for years! It's a pretty unhelpful error message without...

Not sure if it's relevant, but we were also observing `o.dat` get corrupted.

We tried `serial dependency fetching -> parallel compilation`, and can report it didn't work for us. We still ran into the same issue described in the OP and had to...

I was looking for this information and the closest TLDR I got was the "Simpler Solutions" section of the [`cni-ipvlan-vpc-k8s` announcement blogpost](https://eng.lyft.com/announcing-cni-ipvlan-vpc-k8s-ipvlan-overlay-free-kubernetes-networking-in-aws-95191201476e) > Lincoln Stoll’s k8s-vpcnet, and more recently, Amazon’s...

Feature-wise, searching for ipvlan in amazon-vpc-cni-k8s's repo turns out some differences: https://github.com/aws/amazon-vpc-cni-k8s/issues/353: this plugin is chainable, AWS' isn't. https://github.com/aws/amazon-vpc-cni-k8s/issues/790: AWS' CNI doesn't work with ipvs, this one should https://github.com/aws/amazon-vpc-cni-k8s/issues/53: This...

From the [architecture diagram here](https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/#architecture-diagram) I imagine they ~can~ need to co-exist, but I haven't tried setting this up yet. Just been hit by DNS slowness in k8s and just...

This sort of logic is also useful in real production scenarios. If I have 2 pods close to `targetAverageUtilization` and I start a drain, cutting one off means I'm now...

/remove-lifecycle stale The logic I describe above is also useful for binpacking. Binpacking happens a lot in the ramp down of traffic, and it's more likely that it will catch...