Mike Dame

Results 391 comments of Mike Dame

Thanks @a7i, fyi all for this release I'd like to organize our tasks through a Github project so we can better keep track of what is in progress. I'm looking...

Got the project set up at https://github.com/orgs/kubernetes-sigs/projects/22 and filled in with draft issues Let's wrap up v0.25.0 first, and then we can start organizing those. It will be great if...

Hi @gallowaystorm, is the [`--logging-format` flag](https://github.com/kubernetes-sigs/descheduler/blob/0317be1b7672c511f5e2e53acaea1dd5cb74fd77/docs/user-guide.md#cli-options) possibly helpful? That supports text and json logging output.

@gallowaystorm could you give more details on what the issue in Datadog is? Some sample output or screenshots would help, I don't know if they are looking for a specific...

We just use the [klog](https://github.com/kubernetes/klog) library to set our logs, which should also handle the json formatting, so I'm not sure why it wouldn't be passing the severity. Could you...

@harshanarayana ah you may be right, I bumped that issue and will try to figure out what still needs to be done for it

@gallowaystorm I think the problem is actually closer to https://github.com/kubernetes-sigs/descheduler/issues/811 like @harshanarayana mentioned. But it's worth unsticking this just to see Running locally, the following commands work: ``` $ descheduler...

Hi @gallowaystorm, thanks for bumping this. This issue is in our usage of logging libraries from upstream Kubernetes and their default output streams. I dug around some more and found...

@gallowaystorm have you tried a combination of `logtostderr=false` and `logging-format=json`?

@gallowaystorm I'm glad that worked for you. Yes, there appears to be some issue in our logging as others have also reported issues with logs so we will be discussing...