Releases: crusoecloud/crusoe-cloud-controller-manager
Releases · crusoecloud/crusoe-cloud-controller-manager
v0.1.5
v0.1.4
Fix the instance exists when the instance is not found Improves the handling of cases where instances are not present on crusoe cloud but present in the k8s nodes list. This commit also reduces the interval, that we wait before reporting an instance as missing, from 5 minutes to 2 minutes.
v0.1.3
Use list VMs with filtering when fetching VMs Using GET VMs call can result in 403 if the VM is not found or if the credentials are incorrect. To avoid ambiguity use list VMs call with filtering based on name or IDs which will result in empty list if the VM is not found. Also handles mismatch in providerID in case the VM is deleted and recreated with same name again. In such cases, we query crusoe APIs to fetch the VM by name. Updates the deployment to run CCM in host network to remove dependency on a functional CNI
v0.1.2
Update GPG Signing key variable name
v0.1.1
Update GPG Signing key variable name