You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
Me and @paalkr did a test upgrade to 1.15 with kube-aws 0.15.1 today, and ran into an issue with the second controller not going out of NotReady state, and it looked like we had 2 separate controllers running with different views of "the world".
After a lot of digging, we found that in 0.15.1, the flag --configure-cloud-routes=false had been left out when reverting the experimental cloud controller. After we added that back in, the controllers were able to reconcile and everything was fine.
I've created a PR for this against the v0.15.x branch.
The text was updated successfully, but these errors were encountered:
Me and @paalkr did a test upgrade to 1.15 with kube-aws 0.15.1 today, and ran into an issue with the second controller not going out of NotReady state, and it looked like we had 2 separate controllers running with different views of "the world".
After a lot of digging, we found that in 0.15.1, the flag
--configure-cloud-routes=false
had been left out when reverting the experimental cloud controller. After we added that back in, the controllers were able to reconcile and everything was fine.I've created a PR for this against the v0.15.x branch.
The text was updated successfully, but these errors were encountered: