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

**Is your feature request related to a problem? Please describe.** When an existing cluster, with deployed helm charts, is registered with Sveltos it would be nice to have an option...

**Is your feature request related to a problem? Please describe.** Currently, when implementing a `Profile` or a `ClusterProfile`, some parameters are set with hardcoded default values that cannot be overridden...

# Problem Description After upgrading Sveltos installation to version 1.0.1, I observed that the Helm charts deployed by my ClusterProfile resources were removed from the managed clusters. Sveltos uninstalled these...

bug

## Problem Description In Sveltos v1.0.0, when using `driftExclusions` to exclude `/spec/replicas`, the following error occurs during the JSON Patch `remove` operation even though `spec.replicas` clearly exists in the target...

bug

## Summary Add `clusterDeletionBehavior` to `ClusterProfile.spec` to specify the behavior **when a cluster is deleted** with a single key. Three values are available, with `RemovePolicies` as the default. - `LeavePolicies`...

When withdrawing resources from a managed cluster (because cluster is not a match anymore) sometimes it might be useful to let Sveltos verify the resource is gone before marking clusterSummary...

# Problem Description Create a ClusterProfile matching a cluster. All resources are deployed. Now, set the ClusterProfile to DryRun and change the cluster selector so the managed cluster is not...

bug