If you enable ContainerLab (CLabs module) without proper environment preparation, you may end up having issues when running the labs (or even worst: your users will face those issues):
In the example above, the user didnt have permission to create Topology. It can also be that Clabernetes is not installed. So, checking for the permissions with a kubectl auth can-i or similar could be very helpful
If you enable ContainerLab (CLabs module) without proper environment preparation, you may end up having issues when running the labs (or even worst: your users will face those issues):
In the example above, the user didnt have permission to create Topology. It can also be that Clabernetes is not installed. So, checking for the permissions with a
kubectl auth can-ior similar could be very helpful