-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKE Nodepool keeps on updating frequently #361
Comments
@abhivaidya07 thanks for the ticket. I was able to reproduce the issue and just debugged what is going on here. It seems that the field causing updates is As a workaround, I would suggest you use the uppercase version as below.
|
Fixes crossplane-contrib#361 Signed-off-by: Hasan Turken <[email protected]>
@turkenh I ACK that everything is working as expected. Thank you 👍 |
Fixes crossplane-contrib#361 Signed-off-by: Hasan Turken <[email protected]> (cherry picked from commit 59ccb14)
What happened?
Deployed GKECluster and Nodepool using the below yaml, but the GKECluster remains in RECONCILING state because Nodepool keeps on updating frequently though there is no change after update.
Crossplane yaml
Status of GKECluster
Status of Nodepool
Describing Nodepool throws this message
How can we reproduce it?
Deploy the above YAML and check on GKE console, the cluster goes in updating state frequently.
What environment did it happen in?
Crossplane version: v1.3
GCP provider pkg version: v0.17.1
Kubernetes version (use
kubectl version
): 1.20.8-gke.2100Kubernetes distribution: GKE
The text was updated successfully, but these errors were encountered: