Skip to content

Commit

Permalink
remove --cluster-cidr from manifest.
Browse files Browse the repository at this point in the history
Kube-router was using --cluster-cidr flag to get the subnet allocated
for pod CIDR's. But now kube-router has the ability internally to infer
the CIDR allocated for the pod's by getting the information from
kubernetes API server node spec's
  • Loading branch information
murali-reddy committed Aug 24, 2017
1 parent 34473e8 commit 3fc6a47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ spec:
- --run-firewall=true
- --run-service-proxy=true
- --kubeconfig=/var/lib/kube-router/kubeconfig
- --cluster-cidr={{ .NonMasqueradeCIDR }}
env:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 3fc6a47

Please sign in to comment.