Merge pull request #155 from ricardolopes86/missing-hyper-links

Add missing hyperlinks to the first documents.
This commit is contained in:
Mohamed Ayman
2021-04-19 00:06:27 +02:00
committed by GitHub
3 changed files with 4 additions and 9 deletions

View File

@@ -26,5 +26,3 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform.
- Centos
- Linux
- macOS
- Arch Linux

View File

@@ -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`

View File

@@ -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)