mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
CIlium node-to-node encryption
This commit is contained in:
@@ -21,7 +21,11 @@ healthChecking: true
|
||||
|
||||
tunnel: "vxlan"
|
||||
autoDirectNodeRoutes: false
|
||||
# devices: [eth0]
|
||||
devices: [eth0,eth1]
|
||||
|
||||
encryption:
|
||||
enabled: true
|
||||
type: wireguard
|
||||
|
||||
cni:
|
||||
install: true
|
||||
|
||||
@@ -132,6 +132,7 @@ data:
|
||||
enable-ipv4-masquerade: "true"
|
||||
enable-ipv6-masquerade: "true"
|
||||
enable-bpf-masquerade: "false"
|
||||
enable-wireguard: "true"
|
||||
|
||||
enable-xt-socket-fallback: "true"
|
||||
install-iptables-rules: "true"
|
||||
@@ -141,6 +142,9 @@ data:
|
||||
enable-bandwidth-manager: "false"
|
||||
enable-local-redirect-policy: "true"
|
||||
enable-host-firewall: "true"
|
||||
# List of devices used to attach bpf_host.o (implements BPF NodePort,
|
||||
# host-firewall and BPF masquerading)
|
||||
devices: "eth0 eth1"
|
||||
|
||||
kube-proxy-replacement: "strict"
|
||||
kube-proxy-replacement-healthz-bind-address: ""
|
||||
|
||||
@@ -34,7 +34,7 @@ machine:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
kubespan:
|
||||
enabled: true
|
||||
enabled: false
|
||||
allowDownPeerBypass: true
|
||||
install:
|
||||
wipe: false
|
||||
|
||||
@@ -30,7 +30,7 @@ machine:
|
||||
- 169.254.2.53/32
|
||||
- fd00::169:254:2:53/128
|
||||
kubespan:
|
||||
enabled: true
|
||||
enabled: false
|
||||
allowDownPeerBypass: true
|
||||
install:
|
||||
wipe: true
|
||||
|
||||
Reference in New Issue
Block a user