Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: nerdctl namespace issues #3851

Open
7 tasks
apostasie opened this issue Jan 27, 2025 · 1 comment
Open
7 tasks

Epic: nerdctl namespace issues #3851

apostasie opened this issue Jan 27, 2025 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@apostasie
Copy link
Contributor

apostasie commented Jan 27, 2025

Description

  • 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

@apostasie apostasie added the kind/unconfirmed-bug-claim Unconfirmed bug claim label Jan 27, 2025
@apostasie
Copy link
Contributor Author

Should be a good set of "good first issues", and it should be relatively straightforward to fix these.

@AkihiroSuda AkihiroSuda added bug Something isn't working good first issue Good for newcomers and removed kind/unconfirmed-bug-claim Unconfirmed bug claim labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants