This commit is contained in:
2023-09-03 13:19:07 +02:00
parent de5d063ca9
commit 17394a99b7

View File

@ -364,6 +364,8 @@ You may need to enable etcd and network encryption in order to prevent any data
```tf
module "hcloud_kube" {
//...
# You need to install WireGuard package on all nodes
server_packages = ["wireguard"]
enable_wireguard = true