kapp icon indicating copy to clipboard operation
kapp copied to clipboard

Differentiate between the namespace where state is stored vs. namespaces were App resources are deployed in `kapp list`

Open pivotaljohn opened this issue 4 years ago • 0 comments

Describe the problem/challenge you have Multiple users have found the "namespace" portion of kapp list to be unintuitive (at best), confusing, or lead them to incorrect conclusions (at worst).

Examples:

  • #206
  • #207

Describe the solution you'd like More clearly differentiate between:

  • the namespace wherein the App state is stored, and
  • the namespace(s) where Apps are deployed

Example:

kapp ls -A 
Target cluster 'https://127.0.0.1:32784' (nodes: minikube)

Apps in all namespaces

State Namespace  Name  Namespaces                 Lcs    Lca  
default          app   foo                        false  55s  
^                kc    (cluster),kapp-controller  true   11m  
^                rbac  (cluster),default          true   10m  

Anything else you would like to add:


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

pivotaljohn avatar Apr 27 '21 22:04 pivotaljohn