fix(cilium): Disable encryption
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
cilium:
|
cilium:
|
||||||
enabled: true
|
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:
|
envoy:
|
||||||
enabled: true
|
enabled: true
|
||||||
# kube-proxy stays running during migration; disable replacement until done.
|
# kube-proxy stays running during migration; disable replacement until done.
|
||||||
|
|||||||
Reference in New Issue
Block a user