Wes Cossick

Results 62 comments of Wes Cossick

There appears to be an issue with Mac Safari when using fullscreen

For those still wondering, the fix is quite simple, and does not need JS. Just include this line in your CSS: `-ms-font-feature-settings:"liga" 1;`

Looking at @drinchev's icon demo website, a handful of icons experience this issue in IE (and even other browsers like Safari). For those, it seems you'll just need to use...

One thing we noticed with some of our company's images is that `/lib/x86_64-linux-gnu/libz.so.1` is a symlink to `/lib/x86_64-linux-gnu/libz.so.1.2.8` (your specific version may vary). Because of that, this command... ```dockerfile COPY...

@fpetkovski I'm not quite sure I understand your question. Could you clarify? To be clear, `process_start_time_seconds` is available, but it's only available in the _telemetry_ metrics, which are exposed on...

Oh, yes, that example is what we based our implementation on. It works, apart from the fact that it logs the "cumulative metrics might be inaccurate" warning (included in the...

While I can see how combining all the metrics for both kube-state-metrics and Kubernetes APIs into a single server would solve the issue, I'm concerned about how that might impact...

> The telemetry endpoint only exposes a few metrics so cost-wise, it shouldn't have a huge impact. That's what I initially thought, too, but Stackdriver is pricier than you might...

I'm not positive, but their documentation states that that price is for "data ingested." GKE metrics get the benefit of being priced on the samples ingested, but not custom metrics....

Also, from experience, a small change to the number of metrics exposed by kube-state-metrics can have a noticeable impact on Stackdriver's monthly cost.