Skip to content

Commit

Permalink
add note that a namespace cannot be named "version"
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed May 19, 2022
1 parent 8d95f2b commit b69182c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ns, ok := namespaces.Namespace(ctx)

Because the client calls containerd's gRPC API to interact with the daemon, all API calls require a context with a namespace set.

> Note that a namespace cannot be named `"version"` ([#6944](https://github.com/containerd/containerd/issues/6944)).
## How low level is the implementation?

Namespaces are passed through the containerd API to the underlying plugins providing functionality.
Expand Down

0 comments on commit b69182c

Please sign in to comment.