Tommy McNeely

Results 134 comments of Tommy McNeely

TO be clear, while it would be "useful" to be able to present pod-statistics using this style of UI, what I am requesting is **node** statistics. Basically that information that...

I am *guessing* that the odd zeros are probably just a bug where dockerhub's code is timing out calculating/collecting, so its returning a default value (0)... It might be interesting...

I have not done the helmchart part yet, I am just releasing it with flux directly right now... which basically involves a yaml file like: ```yaml apiVersion: v1 kind: ConfigMap...

strangely, I tried removing the MAX and it is fine now? I wonder if the problem was that I didn't have enough data yet to determine the auto-determined max?

Hmm, just thought of something, it almost seems like *they* are returning 100 available (and 100 max) based on the results? From what I can tell in the code, the...

For sure, the odd 100 reading seems like it is "their" problem, not ours. The question is, do we just report the statistics as gathered, or "filter" the odd result...

I was afraid the with multiple instances of the exporter, the stats would get mixed up in prometheus, having a single instance would allow it to monitor authenticated and unauthenticated...

our "Makefile" tasks like `make setup` (its individual components) are actually pretty close to acceptance tests, they just need assertions ;)

I am not sure, I was thinking it would need to be signed by some "trusted" party. However, I am not sure if there are any trusted third parties in...

I will also talk to our security guys later this week or next. I would have thought you could have tied into some *established* JFrog process that signs code? :)