Merge pull request #3263 from murali-reddy/remove-cluster-cidr

Automatic merge from submit-queue

remove --cluster-cidr from kube-router's manifest.

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
This commit is contained in:
Kubernetes Submit Queue 2017-08-25 08:24:16 -07:00 committed by GitHub
commit b20584a051
1 changed files with 0 additions and 1 deletions

View File

@ -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: