-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Update Kubernetes version and try to get CI passing #126
Conversation
0684766
to
10493ad
Compare
Huh... on the Mac I'm getting this:
Going to try setting the cgroupfs volume mount as |
I was able to get this branch to work for installing k8s on a group of Ubuntu 20.04 machines. A few things:
^ I get that these two bullet points are really outside of the scope for your role, but just putting them here for complete-ness. For your role specifically, I had to:
EDIT: the become block may have not been necessary. I think I was doing |
Ok update. I needed the become block and I also needed to ensure that the br_netfilter module was enabled in order to modify bridge-nf-call-iptables. Here's the whole sysctl-setup.yml file I used:
|
Co-authored-by: ra-rau <[email protected]>
f8884d7
to
ad1afee
Compare
Fixes #125.