15 lines
398 B
YAML
15 lines
398 B
YAML
kubeProxyReplacement: true
|
|
installCRDs: true
|
|
routingMode: native
|
|
enableIPv4Masquerade: true # required even if using bpf.masquerade: true
|
|
autoDirectNodeRoutes: true
|
|
ipv4NativeRoutingCIDR: "10.42.0.0/16"
|
|
bpf:
|
|
masquerade: true
|
|
hostLegacyRouting: false # force use of bfp
|
|
ipam:
|
|
operator:
|
|
clusterPoolIPv4PodCIDR: "10.42.0.0/16"
|
|
clusterPoolIPv4MaskSize: 24
|
|
l2announcements:
|
|
enabled: true |