-
Notifications
You must be signed in to change notification settings - Fork 79
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
Cluster on container.gcp.upbound.io/v1beta1 set a "release channel" by default #324
Comments
Hi @AaronME, Thank you for rasing this issue. The issue can be reproduced with the following example:
Got the same error:
|
@turkenf We are seeing several other late-initialized fields which are preventing successful observe:
Just one example, the block |
Working on 0.35.1. Will update. |
Hello everyone, is there any news about this issue? I am experiencing the same problem with: |
Hi @roldyxoriginal, I am closing this issue for now, please upgrade your provider to the latest version and open a new issue from here if the issue recurs. Thank you! |
What happened?
Creating a Cluster without releaseChannel defaults to "REGULAR", causing an error on NodePool creation.
The docs indicate this field is not required, but do not mention that it will default to REGULAR if not supplied.
The introduction of this field results in this error when creating a nodepool with
autoUpgrade
set to false:apply failed: error creating NodePool: googleapi: Error 400: Auto_upgrade must be true when release_channel REGULAR is set.
How can we reproduce it?
I applied the following MR:
What environment did it happen in?
The text was updated successfully, but these errors were encountered: