Skip to content

Commit

Permalink
rollback most of the things
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 15, 2023
1 parent 558e637 commit 9a60996
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ spec:
kubeProxyReplacement: true
k8sServiceHost: 192.168.32.100 # modify it if necessary
k8sServicePort: 8443
rollOutCiliumPods: true
resources:
requests:
cpu: 100m
memory: 512Mi
bgpControlPlane:
enabled: true
pprof:
Expand All @@ -29,13 +24,17 @@ spec:
routingMode: native
bpf:
masquerade: true
ipv4:
enabled: true
ipv4NativeRoutingCIDR: "10.96.128.0/18" # modify it if necessary
ipam:
operator:
# -- IPv4 CIDR list range to delegate to individual nodes for IPAM.
clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"] # modify it if necessary
# -- IPv4 CIDR mask size to delegate to individual nodes for IPAM.
clusterPoolIPv4MaskSize: 24
hubble:
enabled: false # disable for now
operator:
prometheus:
enabled: true
Expand Down

0 comments on commit 9a60996

Please sign in to comment.