-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve azure provisioner: install specific packages, update field names and fix cluster resize #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect) i just wondered to do it today, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
decline approve for now
@katyafervent AFAIK fix already merged |
Vlad, thanks for the information, but how that fix should affect my change? I believe wouldn't depend on azure fixes anymore :) |
its just for notice @katyafervent ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verified and works for me
@svnovikov does eks CRUD cluster works fine? |
Often azure brokes packege dependencies and our CI became broken. Install only that azure packages, tht we are using.
Rename "Client" to "Application" and "Tenant" to "Directory" since they are used in the azure docs that we are referring to.
Otherwise cluster may not be resized
Since we are performing save operation, witch modifies an object state and not just reading it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
Often azure brakes package dependencies and our CI became broken.
Install only that azure packages, that we are using.