cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

Is `kubectl accurate template list` unavailable? #12

Closed arosh closed 3 years ago

arosh commented 3 years ago

Describe the bug

The following documentation says kubectl accurate template list is available to show all template namespaces.

https://cybozu-go.github.io/accurate/info.html#show-all-template-namespaces

However, kubectl accurate template does not have list subcommand.

Environments

To Reproduce

  1. Download kubectl-accurate-list-amd64
    https://github.com/cybozu-go/accurate/releases/download/v0.1.0/kubectl-accurate-linux-amd64
  2. Run ./kubectl-accurate-linux-amd64 template list

Expected behavior

All template namespaces are shown.

Additional context

sho_iizuka@s000817-bionic:/tmp$ ./kubectl-accurate-linux-amd64 template list
template subcommand

Usage:
  accurate template [command]

Available Commands:
  set         Set TEMPLATE as the template of NS namespace
  unset       Unset template for NS namespace

Flags:
  -h, --help   help for template

Use "accurate template [command] --help" for more information about a command.
sho_iizuka@s000817-bionic:/tmp$
ymmt2005 commented 3 years ago

The feature is added recently in main. Not yet released.

arosh commented 3 years ago

I see. Thanks.