sveltosctl
sveltosctl copied to clipboard
A CLI to nicely display resources/helm charts deployed in CAPI Cluster by Sveltos. Collect tech-support from managed Kubernetes clusters.
Currently sveltosctl binaries are provided with each [release](https://github.com/projectsveltos/sveltosctl/releases) It will help to have option to install sveltosctl with brew
Enhancement for: https://github.com/projectsveltos/sveltosctl/issues/41 ### Description Enhanced the sveltosctl log-settings command to allow users to set log severity levels for components running in managed clusters. The user must specify the cluster...
**Is your feature request related to a problem? Please describe.** Currently, using sveltosctl, it is possible to change log severity for components running in the management cluster. There is though...
EventSource and EventBasedAddon instances are currently collected in snapshot instance. Rollback feature though does not use this info. Enhance `rollbackConfigurationToSnapshot` to rollback EventSource and EventBasedAddon instances present in a snapshot...
It would be better if an installation script were available to download the Sveltosctl binary from the release page. I can work on this.
#### Description While `sveltosctl` provides a **register** command to add clusters to a Sveltos management namespace, there is currently no **deregister** command to remove a cluster. #### Proposed Solution Add...
Extended all log-level commands `(set, show, unset)` to support managed clusters as requested in issue #41. Added optional parameters `--namespace, --clusterName, and --clusterType` to enable log level management in both...