feat(cilium): Deploy on Ekman
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
cilium:
|
||||
enabled: true
|
||||
envoy:
|
||||
enabled: true
|
||||
# kube-proxy stays running during migration; disable replacement until done.
|
||||
# TODO: set to true after migration
|
||||
kubeProxyReplacement: false
|
||||
# Direct apiserver connection -- do not rely on the kubernetes service IP
|
||||
# during migration since we are touching the CNI layer.
|
||||
# TODO: remove k8sServiceHost / k8sServicePort (or keep pointing at apiserver localhost)
|
||||
k8sServiceHost: 10.255.241.99
|
||||
k8sServicePort: 6443
|
||||
Reference in New Issue
Block a user