Gianluca Mardente
Gianluca Mardente
Hi @AdamSadek thanks for your comment. what you are saying is correct and sveltos has part of it. For instance there is this [CRD](https://raw.githubusercontent.com/projectsveltos/libsveltos/main/api/v1alpha1/debuggingconfiguration_types.go) where customer can specify: 1. Component...
Thank you @AdamSadek, what you suggested looks great. Few comments. Since sveltos manages two different type of managed clusters: - clusterAPI powered cluster - clusters registered with sveltos we need...
Hi @AdamSadek regarding testing, unit tests can be added as part of the PR. Set command already has some [tests](https://github.com/projectsveltos/sveltosctl/blob/83e7f6eb9cf82525b76bff2f7898b67869bf881a/internal/commands/loglevel/set_test.go). You can add others based on your change. Then sveltosctl...
I would love to participate and contribute as well. Thank you.
Creating this PR but not sure whether to merge it or not yet. I don't like that credentials need to be stored on a file on addon-controller Pod (even though...
> Will this change also support Helm Registries that are not OCI? It should work for both. I am using the credentials and ca and passing them to helm SDK.
Closing it as solved by [this](https://github.com/projectsveltos/addon-controller/pull/681)
@hanshal101 thank you so much. The repository used for documentation is [sveltos](https://github.com/projectsveltos/sveltos) We use mkdocs behind the scene. So once you fork/clone repo locally, if you have mkdocs installed, "mkdocs...
New section sounds good. Thank you
Thank you @hanshal101 !!! You are correct, ClusterProfile owns ClusterSummary. ClusterProfile.Spec.ClusterSelector contains a Kubernetes label selector used by Sveltos to decide on which clusters to deploy add-ons (helm charts, raw...