generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid failure on unchanged provider version
In the current implementation, when a provider version remains the same during subsequent reconciliations, the operator encounters an error with the message "failed getting clusterctl Provider version," leading to a degraded status. This PR addresses this issue by adding a check to determine whether the provider version has changed or not.
- Loading branch information
Showing
1 changed file
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters