lensapp/lens

Feature request: show env in deployments

Open

#547 opened on Jul 1, 2020

View on GitHub
 (3 comments) (5 reactions) (0 assignees)TypeScript (1,433 forks)batch import
enhancementhacktoberfest

Repository metrics

Stars
 (22,003 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What would you like to be added: Some sort of overview of a deployment's environment settings in the sidebar/summary screen.

Why is this needed: One of the most common things I'm doing when viewing a deployment is to view or change environment variables. Currently, the only way I can find to do this is through the edit screen, which is somewhat clumsy - especially when only trying to view the data.

Ideally, there would be a UI similar to configMap/secret at least for viewing, if not directly editing. I understand this could get a bit complex for the various valueFrom environment providers, as well as the overall envFrom system so an initial version could certainly exclude those while still adding a lot of value.

Environment you are Lens application on:

  • Kubernetes distribution: GKE; K8S 1.14
  • Desktop OS: macOS 10.14

Contributor guide