Update README.md
This commit is contained in:
parent
d3962519ba
commit
9691e1085a
14
README.md
14
README.md
@ -32,3 +32,17 @@ kubectl version --client
|
|||||||
```shell
|
```shell
|
||||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Setup network
|
||||||
|
```shell
|
||||||
|
cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf
|
||||||
|
br_netfilter
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf
|
||||||
|
net.bridge.bridge-nf-call-ip6tables = 1
|
||||||
|
net.bridge.bridge-nf-call-iptables = 1
|
||||||
|
EOF
|
||||||
|
|
||||||
|
sudo sysctl --system
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user