lensapp/lens

Adding a text box in the manual scaling window fow the quick and precise input of the new replicas count

Open

#4700 opened on Jan 17, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (22,003 stars) (1,433 forks)batch import
area/uienhancementgood first issue

Description

What would you like to be added: In the manual scaling window for deployments, stateful sets (and maybe others, I don't know what else can be scaled manually) add a text box to be able to input the new replicas count by typing digits. On the first single click all the content of the box should be selected so that inputting the new value will remove the old one.

Why is this needed: If I need to increase/decrease deployment count by a couple of items then I can click on "+" and "-" buttons. If I want to scale a deployment from some value to a zero I can use the slider input. But if I want to scale a deployment from 0 to, for example, 6 now I need to precisely move the slider or press the "+" button several times and both ways are annoying. An ability to specify the required replicas count from a keyboard could solve that.

Environment you are Lens application on:

  • Kubernetes distribution: AKS
  • Desktop OS: Windows 10 PRO

Contributor guide