Ole Lensmar
Ole Lensmar
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
Monokle currently doesn't distinguish between resources that have the same kind but (totally) different versions - this need to be handled gracefully to support the scenario where multiple CRDs use...
For scenarios where I have different environments in different namespaces in the same (or different) clusters - for example staging and production - I would like to be able to...
Since changes to resources in cluster-mode are not automatically deployed (which is good!) I would like a couple of related improvements: - When editing a resource in cluster mode I...
I would like to be able to create new resources directly in my cluster: 1) Connect to a cluster and load resources 2) Select the "New Resource" dialog - with...
see https://github.com/rikatz/kubepug - I would like to see deprecation notices for my resources (cluster, previews, vanilla, etc) - given the currently selected k8s version for my project
If I want to preview a Helm-chart without specifying a values file I currently have to create a corresponding Preview Configuration - would be nice if there was a quick...
This PR starts a local server for hosting custom schemas requested by the editor. The server is started in a worker window - which could be expanded for further async-processing...
Similar to other tools (i.e. Lens) we could have an overview panel for each resource-type that gives a more detailed list of the existing resources... For example when selecting the...
In K8s objects can be "owned" by another object - see https://kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/ Monokle could/should identify these references (using the existing refMapper approach) and show them - perhaps with a dedicated...