You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
🚀 Features
Introduce Readiness and Liveness checks for SveltosClusters. PR
Added a configuration option to ClusterProfiles and Profiles to limit the number of consecutive retry attempts for failed deployments. This allows administrators to control the retry behavior and prevent infinite retry loops. The default behavior (no limit) remains unchanged if this option is not explicitly set.
🐛 Bug Fixes
The SveltosCluster controller has been optimized to reconcile only changes to the SveltosCluster Spec. This targeted approach significantly improves controller performance and reduces the volume of generated logs.
The addon-controller now includes robust recovery logic to handle common Helm issues, such as "cannot re-use a name that is still in use" and "another operation (install/upgrade/rollback) is in progress." This enhancement ensures greater resilience and stability for addon deployments.