Gianluca Mardente
Gianluca Mardente
This issue is a: * [ ] Bug Report * [x] Enhancement suggestion * [ ] Feature request If it is OK to add [projectsveltos](https://github.com/projectsveltos) I am happy to take...
This PR contains various updates: 1. An example with OCI chart 2. Section explaining Kustomize Values/ValuesFrom Fixes #270 Fixes #272
Add description and examples
Add section explaining the idea and examples.
Add an example using OCI registry, for instance following one (and call out that for OCI charts, the chartName needs to have whole URL) ```yaml apiVersion: config.projectsveltos.io/v1alpha1 kind: ClusterProfile metadata:...
Looking at agents_in_mgmt_cluster_manifest.yaml this resource gets deployed before namespace is, leading to issue: ```yaml --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: addon-controller-role-dtm-in-mgmt-cluster namespace: projectsveltos rules: - apiGroups: - "" resources:...
Alphabetically added to "Cluster Resources Management" section. - [x] Opensource project - [x] More than 50 stars Describe Why This Is Awesome Sveltos is an open source project for managing...
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
**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...