monokle icon indicating copy to clipboard operation
monokle copied to clipboard

Improve cluster changes and triggers

Open andreivinaga opened this issue 2 years ago • 2 comments

At this time we have two listeners for for cluster related changes:

  • https://github.com/kubeshop/monokle/blob/main/src/App.tsx#L246-L252
  • https://github.com/kubeshop/monokle/blob/main/src/redux/services/kubeConfigMonitor.ts#L27-L30

If we make any cluster related changes(changing cluster) both or those are triggered. Ideally we should have just one in kubeConfigMonitor and trigger changes across all windows open from the main process

andreivinaga avatar Mar 17 '22 05:03 andreivinaga

Related to #1816 and #1794

devcatalin avatar Jun 14 '22 12:06 devcatalin

Closed the above two referenced issues in favor of: https://github.com/kubeshop/monokle/issues/1418

devcatalin avatar Jun 14 '22 13:06 devcatalin

Watching the Kubeconfig file has been reworked

devcatalin avatar May 02 '23 13:05 devcatalin