-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
kops 1.7 performs uneccesary rolling update even when no changes. #3450
Comments
Hi @prateek-1708 ... I'm not sure about the LaunchConfiguration but the LoadBalancerAttachment was fixed on master #3226. .. I'll have a look a LaunchConfiguration |
That would be super awesome ... thanks for the update @gambol99 |
@prateek-1708 the problem with the RootVolumeOptimization has been fixed on master, see #3313. Until the next kops version is released, you can ignore the required changes from |
@Pharb alpha is out as well, stability is not guaranteed as of yet, but they do not have to compile from source |
alpha kops version |
@prateek-1708 can we close this since this is fixed in master? |
@chrislovecnm any idea if this would be patched to 1.7 release ?? or do we have to wait for 1.8 release ? and would that be 1.7 compatible ?? I will close the issue for now .... and if it happens again I will reopen. Thans @Pharb and @chrislovecnm for prompt response. |
@prateek-1708 1.8.0 alpha is out, and yes we are backward compatible with kubernetes. |
kops
incorrectly thinks that the cluster needs to be updated every single time ever since we moved fromkops
1.6
tokops
1.7
even though there is no change in the source code other than few.md
s0
In the plan stage it shows following
What confuses me is
rootVolumeOptimization: true
inkops
cluster definition then why does it think that it needs to update ?kops
do it every single time ?Please let us know if there is a fix for this or if it is feature ?
The text was updated successfully, but these errors were encountered: