mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 11:52:41 +03:00
Merge pull request #155 from ricardolopes86/missing-hyper-links
Add missing hyperlinks to the first documents.
This commit is contained in:
@@ -26,5 +26,3 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform.
|
||||
- Centos
|
||||
- Linux
|
||||
- macOS
|
||||
- Arch Linux
|
||||
|
||||
|
@@ -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`
|
||||
|
@@ -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)
|
Reference in New Issue
Block a user