fix(cilium): Disable encryption
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
cilium:
|
||||
enabled: true
|
||||
# WireGuard cannot be used during migration -- Flannel nodes have no WireGuard
|
||||
# keys so encrypted traffic is unreadable by them.
|
||||
# TODO: re-enable after migration
|
||||
encryption:
|
||||
enabled: false
|
||||
envoy:
|
||||
enabled: true
|
||||
# kube-proxy stays running during migration; disable replacement until done.
|
||||
|
||||
Reference in New Issue
Block a user