Commit Graph

5 Commits

Author SHA1 Message Date
Clint Fooken 08dfc7e20f Changing deletion logic to rely on a new helper method in ClusterStateRegistry, and remove old complicated logic. Adjust the naming of the method for cloud instance deletion from NodeExists to HasInstance. 2022-11-04 17:54:05 -07:00
Clint cf67a3004e
Implementing new cloud provider method for node deletion detection (#1)
* Adding isNodeDeleted method to CloudProvider interface. Supports detecting whether nodes are fully deleted or are not-autoscaled. Updated cloud providers to provide initial implementation of new method that will return an ErrNotImplemented to maintain existing taint-based deletion clusterstate calculation.
2022-10-17 14:58:38 -07:00
Louis PORTAY ff680680e0 fix: header formatting 2022-08-09 10:12:32 +02:00
Louis PORTAY 5027f81315 fix: added comments for linter 2022-08-09 10:12:32 +02:00
Louis PORTAY 2a45e00936 add: Scaleway Cloud Provider for k8s CA 2022-08-09 10:12:29 +02:00