Add warning not to remove the persistentKeepalive

Contrary to normal wireguard configuration, kilo requires a
persistentKeepalive and strange behaviour ensues if there is not
one present

Signed-off-by: Anton Melser <anton@melser.org>
This commit is contained in:
Anton Melser 2020-11-26 12:34:39 +08:00
parent 42c895f70a
commit 1eda4dc252

View File

@ -21,6 +21,8 @@ spec:
persistentKeepalive: 10
```
:warning: You *MUST* include a `persistentKeepalive` value, though it can be any positive integer value.
Then, apply the resource to the cluster:
```shell