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
I can see errors for failed reconciling of ClusterSummaries in addon-controller pod, while I couldn't find logs related to ClusterConfigurations objects.
Thank you for reporting this bug. Issue was with ClusterSummaryReconciler which incorrectly assumed it had to cleanup resources in the cluster. Clearly when corresponding cluster is deleted and gone, there is nothing to cleanup there.
Fix was easy but it was a path somehow I did not consider. So thank you again for reporting this bug.
Till new release with fix is out, workaround (if possible) is to remove the labels from cluster before deleting it so allowing ClusterSummary delete path to be triggered before cluster is gone.
Problem Description
When deleting a CAPI cluster object from our management cluster, I can see that ClusterConfigurations and ClusterSummaries objects are not deleted.
System Information
CLUSTERAPI VERSION:
v1.5.1
SVELTOS VERSION:
v0.15.3
KUBERNETES VERSION:
v1.27.5
Logs
I can see errors for failed reconciling of ClusterSummaries in addon-controller pod, while I couldn't find logs related to ClusterConfigurations objects.
Here is the
deploy-cilium-v1.26
ClusterProfileI'm not managing cluster via
sveltosctl
, but just creating and deleting cluster object on the management cluster.The text was updated successfully, but these errors were encountered: