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 Nov 20, 2021. It is now read-only.
In addition to this, both crit create token and crit generate token specific cobra.MinimumNArgs(1). crit create token should instead specify cobra.MaximumNArgs(1) and crit generate token should specify cobra.NoArgs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a bootstrap token using
crit create token
, no output is returned to the user:This is inconvenient for the following reasons:
kubectl get secrets
. This becomes difficult when there are several tokens:<token-id>.<token-secret>
:The text was updated successfully, but these errors were encountered: