Deepu K Sasidharan

Results 224 comments of Deepu K Sasidharan

Do you think it would be acceptable to write logs to a file in the TMP folder by default? On Wed, 2 Aug 2023, 6:01 pm James Tocknell, ***@***.***> wrote:...

@Narayanbhat166 great! I recently refactored the codebase so that its easier to work on individual components. You can start from https://github.com/kdash-rs/kdash/blob/main/src/network/mod.rs#L322 and https://github.com/kdash-rs/kdash/blob/main/src/app/dynamic.rs#L104 currently dynamic resources are saved on to...

might be related to https://github.com/kube-rs/kube/issues/1013 need to dig in further

Yes, the kuber version needs to be updated as soon as other dependencies (kubectl-view-allocations) also update to that version Thanks & Regards, Deepu On Thu, Nov 2, 2023 at 2:16 ...

I have enabled sock5 feature in version 0.6

Can you pass me your kube/config after removing private/sensitive info (I'm mainly interested in how the cluster authentication is structured) Also what do you see if you run `kdash --debug`

Thanks for the report. I'm not familiar with winglet but I'll try to look into it. If you know how to do it I would appreciate a PR On Fri,...

Seems like backend tests are failing for a while now