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
Have you removed all sensitive information, including but not limited to access keys and passwords?
Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?
Bug Reporting
When using the Linode CCM in K8S clusters and deleting the underlying cluster while not deleting the Service leaves a stable NB in the Linode account.
Expected Behavior
Explore having some kind of finalization mechanism to delete the NB when the cluster is being deleted
Actual Behavior
Stale NBs are left in place
Steps to Reproduce the Problem
Create a K8S cluster with the linode-ccm installed on it
Provision a Service of type LoadBalancer
Delete the control plane and nodes of the cluster
Environment Specifications
This happens for KPP clusters but also was reported by externally facing customers who are not using KPP
Additional Notes
I'm not really sure we can address this in the linode-ccm and may need to address it at a platform level but wanted to have this logged and tracked somewhere
any thoughts on what we could catch to make this happen? this is happening outside of kube so we can't use the lifecycles in the ccm... my only thought is if the vms are deleted via the linode api we'd have do some reconcile with nodebalancers e.g. if their underlying nodes dont exist any more we delete the nodebalancer. open to suggestions @schinmai-akamai any other ideas ?
General:
Bug Reporting
When using the Linode CCM in K8S clusters and deleting the underlying cluster while not deleting the
Service
leaves a stable NB in the Linode account.Expected Behavior
Explore having some kind of finalization mechanism to delete the NB when the cluster is being deleted
Actual Behavior
Stale NBs are left in place
Steps to Reproduce the Problem
Environment Specifications
This happens for KPP clusters but also was reported by externally facing customers who are not using KPP
Additional Notes
I'm not really sure we can address this in the linode-ccm and may need to address it at a platform level but wanted to have this logged and tracked somewhere
For general help or discussion, join the Kubernetes Slack team channel
#linode
. To sign up, use the Kubernetes Slack inviter.The Linode Community is a great place to get additional support.
The text was updated successfully, but these errors were encountered: