kubectl edit <list>
opens editor multiple times #20519
Closed
Description
Invoking edit
on a list should open the editor once with the entire List. It currently opens the editor multiple times, once per object.
- Create several namespaces (a,b,c,d)
- Do
kubectl edit namespaces