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
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Now we have kn admin registry add and kn admin registry rm to manage registry credentials. I want to add kn admin registry list so that current registry credentials can be listed.
For example:
Manage registry used by Knative service deployment
Usage:
kn admin registry [command]
Available Commands:
add Add registry with credentials
help Help about any command
list List current registries
remove Remove registry settings
Flags:
-h, --help help for registry
-n, --namespace string the namespace to manage registries
-s, --serviceaccount string the serviceaccount to save imagePullSecrets
Global Flags:
--config string config file (default is $HOME/.config/kn/plugins/admin.yaml)
Use "kn admin registry [command] --help" for more information about a command.
Now we have
kn admin registry addandkn admin registry rmto manage registry credentials. I want to addkn admin registry listso that current registry credentials can be listed.