Skip to content
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

Several fixes, upgrades and questions #69

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

vcastellm
Copy link

@vcastellm vcastellm commented Dec 16, 2021

This is a pseudo PR, some things are valid, others are questions for the team. Please review commit by commit as a story.

EFS provisioner didn't work for me, still something to fix.

ip route &&
ip route add 100.64.0.0/16 via $GW &&
ip route || true;
# Why this? it doesn't work
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the time, this was necessary because there was no route added on Flannel to the Gateway, so we needed to add it automatically on Testground side. Namely:

ip route add 100.64.0.0/16 via $GW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants