Ole Lensmar

Results 147 issues of 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

enhancement
needs-ux
nice-to-have

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...

enhancement
refactoring

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...

enhancement
goal

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...

enhancement
ux-in-review

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...

enhancement

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

enhancement
needs discussion

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...

enhancement

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...

size/M

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...

new feature

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...

enhancement
ux-ready