mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Add ip tables requirment
This commit is contained in:
@@ -62,6 +62,12 @@ If you plan to run Rancher on ARM64, see [Running on ARM64 (Experimental).]({{<b
|
|||||||
|
|
||||||
For the container runtime, RKE should work with any modern Docker version.
|
For the container runtime, RKE should work with any modern Docker version.
|
||||||
|
|
||||||
|
Note that the following sysctl setting must be applied:
|
||||||
|
|
||||||
|
```
|
||||||
|
net.bridge.bridge-nf-call-iptables=1
|
||||||
|
```
|
||||||
|
|
||||||
### K3s Specific Requirements
|
### K3s Specific Requirements
|
||||||
|
|
||||||
For the container runtime, K3s should work with any modern version of Docker or containerd.
|
For the container runtime, K3s should work with any modern version of Docker or containerd.
|
||||||
|
|||||||
@@ -58,6 +58,12 @@ If you plan to run Rancher on ARM64, see [Running on ARM64 (Experimental).]({{<b
|
|||||||
|
|
||||||
For the container runtime, RKE should work with any modern Docker version.
|
For the container runtime, RKE should work with any modern Docker version.
|
||||||
|
|
||||||
|
Note that the following sysctl setting must be applied:
|
||||||
|
|
||||||
|
```
|
||||||
|
net.bridge.bridge-nf-call-iptables=1
|
||||||
|
```
|
||||||
|
|
||||||
### K3s Specific Requirements
|
### K3s Specific Requirements
|
||||||
|
|
||||||
For the container runtime, K3s should work with any modern version of Docker or containerd.
|
For the container runtime, K3s should work with any modern version of Docker or containerd.
|
||||||
|
|||||||
Reference in New Issue
Block a user