Skip to content

Commit

Permalink
fixup! fixup! default local pod and external cidrs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleoli committed Oct 4, 2023
1 parent 5ba61e2 commit 66fb44f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ spec:
- --cluster-id=$(CLUSTER_ID)
- --cluster-name={{ .Values.discovery.config.clusterName }}
- --liqo-namespace=$(POD_NAMESPACE)
- --pod-cidr={{ .Values.networkManager.config.podCIDR }}
- --external-cidr=10.94.0.0/16 # TODO: where i can find this value?
- --enable-incoming-peering={{ .Values.discovery.config.incomingPeeringEnabled }}
- --resource-sharing-percentage={{ .Values.controllerManager.config.resourceSharingPercentage }}
- --pod-reflection-workers={{ .Values.reflection.pod.workers }}
Expand Down

0 comments on commit 66fb44f

Please sign in to comment.