Merge pull request #93 from squat/remove_coreos_specific_code

README.md: remove CoreOS-specific install step
This commit is contained in:
Lucas Servén Marín 2020-11-14 13:06:56 +01:00 committed by GitHub
commit ab24242a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,10 @@ Kilo can be installed on any Kubernetes cluster either pre- or post-bring-up.
### Step 1: install WireGuard ### Step 1: install WireGuard
Kilo requires the WireGuard kernel module on all nodes in the cluster. Kilo requires the WireGuard kernel module to be loaded on all nodes in the cluster.
For most Linux distributions, this can be installed using the system package manager. Starting at Linux 5.6, the kernel includes WireGuard in-tree; Linux distributions with older kernels will need to install WireGuard.
For Container Linux, WireGuard can be easily installed using a DaemonSet: For most Linux distributions, this can be done using the system package manager.
[See the WireGuard website for up-to-date instructions for installing WireGuard](https://www.wireguard.com/install/).
```shell
kubectl apply -f https://raw.githubusercontent.com/squat/modulus/master/wireguard/daemonset.yaml
```
### Step 2: open WireGuard port ### Step 2: open WireGuard port