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
Is your feature request related to a problem? Please describe.
Enabling integrated services on a cluster requires long commands:
banzai cluster service monitoring enable
It's also not really visible in the cluster command help: banzai cluster --help
Manage clusters
Usage:
banzai cluster [command]
Aliases:
cluster, clusters, c, cl
Available Commands:
config Get K8S config
create Create a cluster
delete Delete a cluster
get Get cluster details
import Import an existing cluster (EXPERIMENTAL)
list List clusters
node Work with cluster nodes
nodepool Manage node pools
service Manage cluster integrated services
shell Start a shell or run a command with the cluster configured as kubectl context
Describe the solution you'd like to see
Consider creating an alias for commands, so they can be enabled on the cluster level:
banzai cluster monitoring enable
Describe alternatives you've considered
We could improve the documentation of the cluster command independently:
Manage clusters
Usage:
banzai cluster [command]
Aliases:
cluster, clusters, c, cl
Available Cluster Management Commands:
config Get K8S config
create Create a cluster
delete Delete a cluster
get Get cluster details
import Import an existing cluster (EXPERIMENTAL)
list List clusters
shell Start a shell or run a command with the cluster configured as kubectl context
Additional Commands:
node Work with cluster nodes
nodepool Manage node pools
service Manage cluster integrated services
Available `service` Commands:
dns Manage cluster DNS service
expiry Manage cluster Expiry service
ingress Manage cluster Ingress service
list List active (and pending) integrated services of a cluster
logging Manage cluster Logging service
monitoring Manage cluster Monitoring service
securityscan Manage cluster Security scan service
vault Manage cluster Vault service
If we decide to move service commands one level up, we should probably separate the documentation similarly.
Additional context
I don't recall the reason why we introduced a new layer for integrated services, could be that we wanted to avoid any possible collision between integrated services and cluster level commands.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Enabling integrated services on a cluster requires long commands:
banzai cluster service monitoring enable
It's also not really visible in the cluster command help:
banzai cluster --help
Describe the solution you'd like to see
Consider creating an alias for commands, so they can be enabled on the cluster level:
banzai cluster monitoring enable
Describe alternatives you've considered
We could improve the documentation of the cluster command independently:
If we decide to move service commands one level up, we should probably separate the documentation similarly.
Additional context
I don't recall the reason why we introduced a new layer for integrated services, could be that we wanted to avoid any possible collision between integrated services and cluster level commands.
The text was updated successfully, but these errors were encountered: