-
Notifications
You must be signed in to change notification settings - Fork 16
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
upgrade weave, flannel, kubernetes and base AMI image #64
Conversation
fc09c5a
to
fe435b5
Compare
This is ready for review - nothing really interesting is going on here. For some reason the new dependencies do not work with the blackhole functionality we have in the Testground sidecar - we are adding blackhole rules for larger parts of the network and then we are supposed to open routes to I will investigate what's the problem there, and make sure our test plans work well with the new versions. The reason I am upgrading all of these is because many bugs got fixed on Weave and Kubernetes side, and TaaS does suffer from some of them. |
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.
LGTM!
Fixes testground/testground#1128
This PR is upgrading Kubernetes (based on kops 1.18.2 => Kubernetes v1.8.10), our base AMI image (now based on
ubuntu-focal-20.04
) with all the bundled docker images, and Weave (to v2.7.0), since we haven't upgraded many of these for many months.It is also fixing a few broken env vars from the previous commit.
TODO:
kops
, so will submit PR upstream).