![]() * Delete CKA stuff. It's covered in CKA repo * Rename nodes * Cluster up again * Update issue template * Update README * Begin rearranging docs * Update links * Initial mac instructions * iterm2 image * update ssh-copy-id to be cross platform * remove vagrant specific * Apple scripts WIP * Add var for architecture * order input files * Apple build working! * auto-locate docs * install sshpass * Set execute bit * apple done! * install sshpass * edits * Corrections * kube version output * Adjustments * Adjustments |
||
---|---|---|
.. | ||
ubuntu | ||
README.md | ||
Vagrantfile |
README.md
Vagrant
This directory contains the configuration for the virtual machines we will use for the installation.
A few prerequisites are handled by the VM provisioning steps.
Kernel Settings
- Install the
br_netfilter
kernel module that permits kube-proxy to manipulate IP tables rules. - Add the two tunables
net.bridge.bridge-nf-call-iptables=1
andnet.ipv4.ip_forward=1
also required for successful pod networking.
DNS settings
- Set the default DNS server to be Google, as we know this always works.
- Set up
/etc/hosts
so that all the VMs can resolve each other
Other settings
- Install configs for
vim
andtmux
on controlplane01