79639011

Date: 2025-05-26 13:31:50
Score: 0.5
Natty:
Report link

I won't be able to explain exactly why, using this config yaml made everything start and work like it was supposed to:

bpf:
  hostLegacyRouting: false
cluster:
  name: kubernetes
cni:
  customConf: false
  uninstall: false
ipam:
  mode: cluster-pool
  operator:
    clusterPoolIPv4PodCIDRList:
    - 10.244.0.0/16
operator:
  replicas: 1
  unmanagedPodWatcher:
    restart: true
policyEnforcementMode: default
routingMode: tunnel
tunnelPort: 8473
tunnelProtocol: vxlan

If someone knows why this fixed my issue please do still let me know.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Stellar