John

Results 75 comments of John

Could somebody please create a PR for it ?

@MingPawat, your approach did not work, unfortunately for me now using .0.7.5 version

I dont believe this has been addressed yet. Certainly i dont see this being documented. https://github.com/kubernetes/kube-state-metrics/blob/master/docs/cli-arguments.md /reopen /remove-lifecycle rotten

@fpetkovski @liangyuanpeng can you please reopen this and mark this somehow so that it wont be closed next time :) until being addressed? Thanks.

I wonder how to approach json logging further. klog does not seem to support JSON logging (no format option), and people use other libraries (uber zap), or create workarounds (?minikube...

> uber zap prototype add below to `main.go`: ``` .... loggingOutput := opts.Logformat logger, err := initLogger(loggingOutput) if err != nil { panic(err) } .... ``` also for example in...

> for what it is worth Prometheus uses https://github.com/go-kit/log; the alternative to go-kit or zap could be also https://github.com/rs/zerolog

## Problem The problem I will need to solve with this PR is following: In order to display the progress bar width, one needs to have e.g. ``` ``` On...

Hi @wch, Thanks again. The reason for comments was that I was not sure about the solution and thus they were there for the ease of testing. Does this mean...

> For this particular example, there's probably no need to make the progressValue dynamic, since no one will actually use it this way. Well at least Jack would, https://github.com/rstudio/shinydashboard/issues/119 :)...