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 has been 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.
The text was updated successfully, but these errors were encountered:
Now we have
kn admin registry add
andkn admin registry rm
to manage registry credentials. I want to addkn admin registry list
so that current registry credentials can be listed.The text was updated successfully, but these errors were encountered: