addon-controller icon indicating copy to clipboard operation
addon-controller copied to clipboard

Sveltos Kubernetes add-on controller programmatically deploys add-ons and applications in tens of clusters. Support for ClusterAPI powered clusters, Helm charts, kustomize ,YAMLs. Sveltos has built-in...

Results 27 addon-controller issues
Sort by recently updated
recently updated
newest added

# Problem Description This yaml in the linstor helm repo is treated as if it was a policyRef configmap. It should not be parsed at all, otherwise all charts that...

bug

# Problem Description Kustomization looks to be requiring the git binary if you want to reference remote kustomization inside of a flux kustomization. Git command is not available in the...

bug

# Problem Description I'm not sure if this is expected behaviour or not so I figured I would report it. If I try to re-apply the `sveltosclusters.lib.projectsveltos.io` CRD I get...

bug

Hi Sveltos community! We're constantly striving to improve Sveltos and deliver the best possible experience for managing your Kubernetes add-ons across multiple clusters. Your feedback is invaluable in guiding our...

good first issue
help wanted

# Problem Description When Sveltos is instructed to deploy agents (sveltos-agent and drift-detection-manager) in the management cluster following sequence leaves a stale drift-detection-manager in the management cluster: 1. create a...

bug
help wanted

User Story As a developer I would like comprehensive documentation for the CRs ownership relationship. For instance, when a cluster matches a ClusterProfile, a ClusterSummary is created and it is...

good first issue
help wanted

Currently Sveltos accepts Helm charts and raw YAMLs expressed as templates and instantiate those using resources present in the management cluster. Sveltos extensively uses Lua. So it makes sense for...

enhancement

Currently ClusterReport name is ``` func getClusterReportName(clusterProfileName, clusterName string, clusterType libsveltosv1alpha1.ClusterType) string { // TODO: shorten this value return clusterProfileName + "--" + strings.ToLower(string(clusterType)) + "--" + clusterName } ```...

help wanted

# Problem Description Sveltos allows fetching values for helm charts and kubernetes resource at run time from Cluster/InfrastructureProvider/KubeadmControlPlane/SecretRef instances. For instance, following set cidrs fetching it from Cluster instance Spec....

bug
help wanted