You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both namespace update and namespace inspect with non-existing namespaces (with possibly invalid names) do not error, and return results (test for: " ", "_", "∞", "")
if multiple identifiers are passed to inspect, it will return a len(array) > 1 of bogus results
namespace update should enforce the presence of a --label, as updating without any does not do anything
namespace list should support a format argument
namespace inspect, namespace remove and namespace update should have completion on namespaces names
namespace inspect format support is questionnable: by default, inspect outputs valid json, but with --format json, it will output a stream of json entries - table and wide are not supported
namespace inspect should at least have the same information available on namespace list (inc. number of volumes, containers, labels, etc)
Steps to reproduce the issue
No response
Describe the results you received and expected
na
What version of nerdctl are you using?
main
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered:
Description
namespace update
andnamespace inspect
with non-existing namespaces (with possibly invalid names) do not error, and return results (test for: " ", "_", "∞", "")inspect
, it will return alen(array) > 1
of bogus resultsnamespace update
should enforce the presence of a--label
, as updating without any does not do anythingnamespace list
should support a format argumentnamespace inspect
,namespace remove
andnamespace update
should havecompletion
on namespaces namesnamespace inspect
format support is questionnable: by default, inspect outputs valid json, but with --format json, it will output a stream of json entries - table and wide are not supportednamespace inspect
should at least have the same information available onnamespace list
(inc. number of volumes, containers, labels, etc)Steps to reproduce the issue
No response
Describe the results you received and expected
na
What version of nerdctl are you using?
main
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered: