Fix typo in install-kubeadm.md (#18170)

This commit is contained in:
Javier Revillas
2020-01-11 00:15:38 +01:00
committed by Kubernetes Prow Robot
parent 0c2a5ceb0b
commit 46033f8f0d
@@ -217,7 +217,7 @@ systemctl enable --now kubelet
`net.bridge.bridge-nf-call-iptables` is set to 1 in your `sysctl` config, e.g.
```bash
cat <<EOF > /etc/sysctl.d/k8s.conf
cat <<EOF > /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
EOF