Hiding things #23
-
|
Hi I would love to hide the replicaset nodes entirely as they add some noise for us. Is this possible? I wasnt able to figure it out from the default config. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hi @MTRNord, we will study how this feature could be implemented. Any contribution is welcome too. |
Beta Was this translation helpful? Give feedback.
-
|
@MTRNord : do you want to see the Deployment object owning an hidden ReplicaSet object? or Deployment objects must be also hidden? If a Deployment object is not hidden, do you want owner edges between this Deployment object and its owned Pod objects? Following diagram shows both Deployment and ReplicaSet objects: Following diagram hides ReplicaSet objects but shows edges between Deployment and Pod objects: Following diagram hides both Deployment and ReplicaSet objects: Which configuration(s) do you want to? |
Beta Was this translation helpful? Give feedback.
-
|
@MTRNord : this is implemented in commit 457a005. Could you confirm that this implements (or not) your requested feature? |
Beta Was this translation helpful? Give feedback.



@MTRNord : this is implemented in commit 457a005.
Could you confirm that this implements (or not) your requested feature?