Merge pull request #155 from ricardolopes86/missing-hyper-links
Add missing hyperlinks to the first documents.pull/634/head
commit
e695945532
|
@ -26,5 +26,3 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform.
|
||||||
- Centos
|
- Centos
|
||||||
- Linux
|
- Linux
|
||||||
- macOS
|
- macOS
|
||||||
- Arch Linux
|
|
||||||
|
|
||||||
|
|
|
@ -100,10 +100,3 @@ In such cases delete the VM, then delete the VM folder and then re-provision
|
||||||
|
|
||||||
`vagrant up`
|
`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`
|
|
||||||
|
|
|
@ -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.
|
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)
|
Loading…
Reference in New Issue