13 lines
365 B
YAML
13 lines
365 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 |