monokle icon indicating copy to clipboard operation
monokle copied to clipboard

see output of kubectl/helm/etc commands

Open olensmar opened this issue 3 years ago • 3 comments

I would like to see the entire output of the kubectl/helm/etc commands executed by monokle -preferably in some kind of log tab at the bottom of the main window

olensmar avatar Sep 03 '21 12:09 olensmar

@olensmar could you provide me an example output? This should be pretty easy to mock up (I think)...

tommywhitehead avatar Nov 17 '21 02:11 tommywhitehead

I was just thinking something in the line of the output tabs that are usually found at the bottom of IDEs

image

olensmar avatar Nov 17 '21 11:11 olensmar

[2] 15:54:49.598 › Ignoring document 1 in deployment due to 1 error(s)
[2] 15:54:49.665 › Ignoring document 1 in deployment due to 1 error(s)
[2] 16:07:24.702 › SerializableStateInvariantMiddleware took 50ms, which is more than the warning threshold of 32ms. 
[2] If your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.
[2] It is disabled in production builds, so you don't need to worry about that.
[2] 2021-11-17 16:09:27.925 Electron Helper (Renderer)[52012:920757] CoreText note: Client requested name ".NewYork-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
[2] 2021-11-17 16:09:27.926 Electron Helper (Renderer)[52012:920757] CoreText note: Client requested name ".NewYork-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].

olensmar avatar Nov 17 '21 15:11 olensmar