vcluster
Operations with virtual kubernetes clusters
Usage
apolo vcluster [OPTIONS] COMMAND [ARGS]...Operations with virtual kubernetes clusters.
Commands:
Activate kubernetes service account
Create kubernetes service account
Delete kubernetes service account
List kubernetes service accounts
Regenerate kubernetes service account
activate-service-account
Activate kubernetes service account
Usage
apolo vcluster activate-service-account [OPTIONS] NAMEActivate kubernetes service account
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
create-service-account
Create kubernetes service account
Usage
Create kubernetes service account
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
--ttl TTL
Expiration time in the format '1y2m3d4h5m6s' (some parts may be missing).
delete-service-account
Delete kubernetes service account
Usage
Delete kubernetes service account
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
list-service-accounts
List kubernetes service accounts
Usage
List kubernetes service accounts
Options
--help
Show this message and exit.
--all-users
Show accounts for all project users.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--long-format
Output all info about service accounts.
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
regenerate-service-account
Regenerate kubernetes service account
Usage
Regenerate kubernetes service account
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
--ttl TTL
Expiration time in the format '1y2m3d4h5m6s' (some parts may be missing).
Last updated
Was this helpful?