Skip to content

Commit

Permalink
feat(cilium): update ipv4NativeRoutingCIDR to use talos default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 7, 2024
1 parent 47ba4ce commit 0ba9959
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
secretName: hubble-tls
ipam:
mode: kubernetes
ipv4NativeRoutingCIDR: 10.245.0.0/16
ipv4NativeRoutingCIDR: 10.244.0.0/16
# kubeProxyReplacement: strict
# kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
l2announcements:
Expand Down
10 changes: 5 additions & 5 deletions kubernetes/talos-flux/bootstrap/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endpointRoutes:
# secretName: "hubble-tls"
ipam:
mode: kubernetes
ipv4NativeRoutingCIDR: 10.245.0.0/16
ipv4NativeRoutingCIDR: 10.244.0.0/16
kubeProxyReplacement: disabled
# kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
l2announcements:
Expand Down Expand Up @@ -123,8 +123,8 @@ securityContext:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
cgroup:
autoMount:
enabled: false
hostRoot: /sys/fs/cgroup
cgroup:
autoMount:
enabled: false
hostRoot: /sys/fs/cgroup
# routingMode: native

0 comments on commit 0ba9959

Please sign in to comment.