Replies: 5 comments 3 replies
-
I guess this is already implemented but I'm not using it correctly.. Line 76 in ab2440b I'm unable to get a filtered view when using clab as the provider and multilab plugin. |
Beta Was this translation helpful? Give feedback.
-
There are two aspects to this:
My primary focus when writing netlab status was to identify stale/forgotten lab instances. I have no problem changing the default to display information about current lab, maybe using containerlab status and vagrant status to limit the display to the current instance, and having '--all' flag to display all labs/workloads, or adding workload display to netlab status show instance, potentially adding a special current instance to refer to the current directory. What would you find least confusing? Which way would you like to go? /cc @petercrocker @ssasso @jbemmel |
Beta Was this translation helpful? Give feedback.
-
Any preferences @sdktr @petercrocker @ssasso @jbemmel @steffann? If not, I'll just go ahead and implement what makes sense to me (but don't complain afterwards ;). |
Beta Was this translation helpful? Give feedback.
-
With apologies to @sdktr, I will postpone this one until 1.8.1. It's time to push out everything accumulated so far so we can start collecting bugs ;) |
Beta Was this translation helpful? Give feedback.
-
The new netlab status is out |
Beta Was this translation helpful? Give feedback.
-
Using containerlab as provider:
When running in multilab mode (but also if other docker images are running), the output of
netlab status
is cluttered with images not relevant to the lab we're interested in.Since there already is an assumption of having the netlab state info available in the working directory, I propose we use that to filter the output of netlab status by default to only include the current lab nodes.
What I'm not aware of, is whether this can also be reused for non-clab backends. I'm just now noticing the
instance
parameter to the netlab CLI, will look into that.Beta Was this translation helpful? Give feedback.
All reactions