brc login
brc login
Authenticate to BubbleRAN Hub OCI registry
Synopsis
A helper command that provided the username and password, creates the configuration in Kubernetes to enable access to BubbleRAN Hub OCI registry. Equivalently, you could perform this operation manually using kubectl. Password is read securely from the standard input.
The convention is that the Operators would look for bubbleran-hub
as the secret name in the same namespace.
You could use the secret name harbor-credentials
for your private instance.
- For more information: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
- This command does not support bare-metal machines for the context.
- For security reasons, this command cannot be executed in verbose mode.
brc login [flags]
Examples
brc login <username>
Options
-h, --help help for login
Options inherited from parent commands
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- brc - BubbleRAN Commandline