diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index 8f124a0..320c700 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -26,5 +26,3 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform. - Centos - Linux - macOS -- Arch Linux - diff --git a/docs/02-compute-resources.md b/docs/02-compute-resources.md index 16ca147..eb76199 100644 --- a/docs/02-compute-resources.md +++ b/docs/02-compute-resources.md @@ -100,10 +100,3 @@ In such cases delete the VM, then delete the VM folder and then re-provision `vagrant up` -2. When you try "sysctl net.bridge.bridge-nf-call-iptables=1", it would sometimes return "sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory" error. The below would resolve the issue. - -`modprobe br_netfilter` - -`sysctl -p /etc/sysctl.conf` - -`net.bridge.bridge-nf-call-iptables=1` diff --git a/docs/16-e2e-tests.md b/docs/16-e2e-tests.md index 5ed43fa..a844d32 100644 --- a/docs/16-e2e-tests.md +++ b/docs/16-e2e-tests.md @@ -35,3 +35,7 @@ kubetest --provider=skeleton --test --test_args=”--ginkgo.focus=\[Conformance\ This could take about 1.5 to 2 hours. The number of tests run and passed will be displayed at the end. + + + +Next: [Dynamic Kubelet configuration](17-extra-dynamic-kubelet-configuration.md) \ No newline at end of file