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