Skip to content

Commit

Permalink
set ipam mode to kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Feb 28, 2024
1 parent a0cea40 commit 8b16781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions templates/addons/cilium/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ spec:
wait: true
timeout: 5m
valuesTemplate: |
ipam:
mode: kubernetes
k8s:
requireIPv4PodCIDR: true
hubble:
relay:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/base/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
clusterNetwork:
pods:
cidrBlocks:
- 192.168.128.0/17
- 10.192.0.0/10
controlPlaneRef:
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: REPLACEME
Expand Down

0 comments on commit 8b16781

Please sign in to comment.