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

It would be great if the following could be done with sveltos: kubectl apply -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml currently what we do is we copy the yaml files and we put them...

**Is your feature request related to a problem? Please describe.** Consider the case where a Deployment is deployed using Sveltos along with Autoscaler. In this scenario, Deployment _spec.replicas_ field will...

# Problem Description Deploy a (Cluster)Profile with Helm chart. Then delete it. Before clean up happens, delete the cluster. It appears helm client gets stuck in this situation. If now...

bug

# Problem Description This error "failed to collect ResourceSummaries from cluster: mgmt/mgmt compatibility checks failed" keeps getting printed in the addon-controller manager. `mgmt/mgmt` is the SveltosCluster representing the management cluster...

bug

**Is your feature request related to a problem? Please describe.** Currently the DisableHooks is exposed as part of Helm options, which means it will disable hooks on install/upgrade/uninstall if set....

Consider whether [go-sprout ](https://github.com/go-sprout/sprout) could be a replacement for Sprig.

help wanted

It would be nice to have grafana dashboards to monitor state of add-ons and applications deployment (ClusterSummary.Status)

good first issue
help wanted

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kyverno/kyverno](https://kyverno.io/) ([source](https://redirect.github.com/kyverno/kyverno)) | ClusterProfile | minor | `3.3.7` -> `3.4.0` | --- >...

**Is your feature request related to a problem? Please describe.** Before deploying a Helm chart to a _managed cluster_, we want to see what would be deployed (added/removed/modified). The feature...

DryRun ClusterSummaries are re-evaluated periodically to reflect dynamic cluster conditions. This PR add a rate limiter. A ClusterSummary instance in DryRun mode can only be reconciled every 20 seconds.

DO_NOT_MERGE