1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-13 05:34:11 +00:00

Added no-swap for kubelet node comment

This commit is contained in:
Stefan van Gastel
2018-01-28 09:59:27 +01:00
committed by GitHub
parent fe901310f4
commit 39e545e7c0

View File

@@ -17,6 +17,7 @@ usermod -aG docker <user_name>
```
- Ports 6443, 2379, and 2380 should be opened between cluster nodes.
- Swap disabled on worker nodes.
## Getting Started